Html Css Color HEX #311B39 Blackcurrant

📋 copy color: '#311B39'

red 49 ◦ green 27 ◦ blue 57

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

Shades of Blackcurrant #311B39

Tints of Blackcurrant #311B39

RGB

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

 GREEN value IS 27 (10.94% from 255) = 20.3%

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

R = 36.84%
G = 20.3%
B = 42.86%

CMYK

 C value IS 0.14

 M value IS 0.53

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#311B39 (or 0x311B39) is known color: Blackcurrant. HEX triplet: 31, 1B and 39. RGB value is (49,27,57). Sum of RGB (Red+Green+Blue) = 49+27+57=133 (17% of max value = 765). Red value is 49 (19.53% from 255 or 36.84% from 133); Green value is 27 (10.94% from 255 or 20.30% from 133); Blue value is 57 (22.66% from 255 or 42.86% from 133); Max value from RGB is 57 - color contains mainly: blue. Hex color #311B39 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #311B39 is #CEE4C6. Grayscale: #242424. Windows color (decimal): -13558983 or 3742513. OLE color: 3742513.

HSL color Cylindrical-coordinate representation of color #311B39: hue angle of 284º degrees, saturation: 0.36, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #311B39 is Cyan = 0.14, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 49 27 57 -
CMYK 0.14 0.53 0 0.78
HSL 284º 0.36% 0.16% -
HSV(B) 284º 0.53% 0.22% -
XYZ 2.4 1.73 4.08 -
YUV 37 139.29 136.56 -
System Red Green Blue C M Y K H S L
Decimal 49 27 57 0.14 0.53 0 0.78 284 0.36 0.16
Hex 31 1B 39 E 35 0 4E 11C 24 10
Octal 61 33 71 16 65 0 116 434 44 20
Binary 110001 11011 111001 1110 110101 0 1001110 100011100 100100 10000

Color Harmonies of #311B39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311B39

Black with #311B39

Text Example


Text Example

White with #311B39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #311B39; }

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

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

background-color css

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

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

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

border-color css

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

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

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