Html Css Color HEX #311C36 Blackcurrant

📋 copy color: '#311C36'

red 49 ◦ green 28 ◦ blue 54

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

Shades of Blackcurrant #311C36

Tints of Blackcurrant #311C36

RGB

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

 GREEN value IS 28 (11.33% from 255) = 21.37%

 BLUE value IS 54 (21.48% from 255) = 41.22%

R = 37.4%
G = 21.37%
B = 41.22%

CMYK

 C value IS 0.09

 M value IS 0.48

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#311C36 (or 0x311C36) is known color: Blackcurrant. HEX triplet: 31, 1C and 36. RGB value is (49,28,54). Sum of RGB (Red+Green+Blue) = 49+28+54=131 (17% of max value = 765). Red value is 49 (19.53% from 255 or 37.40% from 131); Green value is 28 (11.33% from 255 or 21.37% from 131); Blue value is 54 (21.48% from 255 or 41.22% from 131); Max value from RGB is 54 - color contains mainly: blue. Hex color #311C36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #311C36 is #CEE3C9. Grayscale: #252525. Windows color (decimal): -13558730 or 3546161. OLE color: 3546161.

HSL color Cylindrical-coordinate representation of color #311C36: hue angle of 288.46º degrees, saturation: 0.32, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #311C36 is Cyan = 0.09, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 49 28 54 -
CMYK 0.09 0.48 0 0.79
HSL 288.46º 0.32% 0.16% -
HSV(B) 288.46º 0.48% 0.21% -
XYZ 2.35 1.75 3.7 -
YUV 37.24 137.46 136.39 -
System Red Green Blue C M Y K H S L
Decimal 49 28 54 0.09 0.48 0 0.79 288.46 0.32 0.16
Hex 31 1C 36 9 30 0 4F 120 20 10
Octal 61 34 66 11 60 0 117 440 40 20
Binary 110001 11100 110110 1001 110000 0 1001111 100100000 100000 10000

Color Harmonies of #311C36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311C36

Black with #311C36

Text Example


Text Example

White with #311C36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,28,54); }

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

background-color css

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

 a { background-color: rgb(49,28,54); }

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

border-color css

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

 span { border-color: rgb(49,28,54); }

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