Html Css Color HEX #310338 Blackcurrant

📋 copy color: '#310338'

red 49 ◦ green 3 ◦ blue 56

#310338
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blackcurrant #310338

Tints of Blackcurrant #310338

RGB

 RED value IS 49 (19.53% from 255) = 45.37%

 GREEN value IS 3 (1.56% from 255) = 2.78%

 BLUE value IS 56 (22.27% from 255) = 51.85%

R = 45.37%
G = 2.78%
B = 51.85%

CMYK

 C value IS 0.12

 M value IS 0.95

 Y value IS 0

 K value IS 0.78

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#310338 (or 0x310338) is known color: Blackcurrant. HEX triplet: 31, 03 and 38. RGB value is (49,3,56). Sum of RGB (Red+Green+Blue) = 49+3+56=108 (14% of max value = 765). Red value is 49 (19.53% from 255 or 45.37% from 108); Green value is 3 (1.56% from 255 or 2.78% from 108); Blue value is 56 (22.27% from 255 or 51.85% from 108); Max value from RGB is 56 - color contains mainly: blue. Hex color #310338 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310338 is #CEFCC7. Grayscale: #161616. Windows color (decimal): -13565128 or 3670833. OLE color: 3670833.

HSL color Cylindrical-coordinate representation of color #310338: hue angle of 292.08º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #310338 is Cyan = 0.12, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 49 3 56 -
CMYK 0.12 0.95 0 0.78
HSL 292.08º 0.9% 0.12% -
HSV(B) 292.08º 0.95% 0.22% -
XYZ 2.01 1 3.83 -
YUV 22.8 146.74 146.69 -
System Red Green Blue C M Y K H S L
Decimal 49 3 56 0.12 0.95 0 0.78 292.08 0.9 0.12
Hex 31 3 38 C 5F 0 4E 124 5A C
Octal 61 3 70 14 137 0 116 444 132 14
Binary 110001 11 111000 1100 1011111 0 1001110 100100100 1011010 1100

Color Harmonies of #310338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310338

Black with #310338

Text Example


Text Example

White with #310338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #310338; }

 p { color: rgb(49,3,56); }

 H1.HeaderClassName
 {
   color: #310338;
 }
 .AnyTagClassName
 {
   color: #310338;
 }
</style>

background-color css

<style>
 a { background-color: #310338; }

 a { background-color: rgb(49,3,56); }

 div.DivClassName
 {
   background-color: #310338;
 }
 .BgClassName
 {
   background-color: #310338;
 }
</style>

border-color css

<style>
 span { border-color: #310338; }

 span { border-color: rgb(49,3,56); }

 td.TdClassName
 {
   border-color: #310338;
 }
 .TagClassName
 {
   border-color: #310338;
 }
</style>