Html Css Color HEX #311639 Blackcurrant

📋 copy color: '#311639'

red 49 ◦ green 22 ◦ blue 57

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

Shades of Blackcurrant #311639

Tints of Blackcurrant #311639

RGB

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

 GREEN value IS 22 (8.98% from 255) = 17.19%

 BLUE value IS 57 (22.66% from 255) = 44.53%

R = 38.28%
G = 17.19%
B = 44.53%

CMYK

 C value IS 0.14

 M value IS 0.61

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#311639 (or 0x311639) is known color: Blackcurrant. HEX triplet: 31, 16 and 39. RGB value is (49,22,57). Sum of RGB (Red+Green+Blue) = 49+22+57=128 (16% of max value = 765). Red value is 49 (19.53% from 255 or 38.28% from 128); Green value is 22 (8.98% from 255 or 17.19% from 128); Blue value is 57 (22.66% from 255 or 44.53% from 128); Max value from RGB is 57 - color contains mainly: blue. Hex color #311639 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #311639 is #CEE9C6. Grayscale: #212121. Windows color (decimal): -13560263 or 3741233. OLE color: 3741233.

HSL color Cylindrical-coordinate representation of color #311639: hue angle of 286.29º degrees, saturation: 0.44, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #311639 is Cyan = 0.14, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 49 22 57 -
CMYK 0.14 0.61 0 0.78
HSL 286.29º 0.44% 0.15% -
HSV(B) 286.29º 0.61% 0.22% -
XYZ 2.29 1.52 4.04 -
YUV 34.06 140.95 138.65 -
System Red Green Blue C M Y K H S L
Decimal 49 22 57 0.14 0.61 0 0.78 286.29 0.44 0.15
Hex 31 16 39 E 3D 0 4E 11E 2C F
Octal 61 26 71 16 75 0 116 436 54 17
Binary 110001 10110 111001 1110 111101 0 1001110 100011110 101100 1111

Color Harmonies of #311639

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311639

Black with #311639

Text Example


Text Example

White with #311639

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #311639; }

 p { color: rgb(49,22,57); }

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

background-color css

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

 a { background-color: rgb(49,22,57); }

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

border-color css

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

 span { border-color: rgb(49,22,57); }

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