Html Css Color HEX #311F36 Blackcurrant

📋 copy color: '#311F36'

red 49 ◦ green 31 ◦ blue 54

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

Shades of Blackcurrant #311F36

Tints of Blackcurrant #311F36

RGB

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

 GREEN value IS 31 (12.5% from 255) = 23.13%

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

R = 36.57%
G = 23.13%
B = 40.3%

CMYK

 C value IS 0.09

 M value IS 0.43

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#311F36 (or 0x311F36) is known color: Blackcurrant. HEX triplet: 31, 1F and 36. RGB value is (49,31,54). Sum of RGB (Red+Green+Blue) = 49+31+54=134 (17% of max value = 765). Red value is 49 (19.53% from 255 or 36.57% from 134); Green value is 31 (12.5% from 255 or 23.13% from 134); Blue value is 54 (21.48% from 255 or 40.30% from 134); Max value from RGB is 54 - color contains mainly: blue. Hex color #311F36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #311F36 is #CEE0C9. Grayscale: #262626. Windows color (decimal): -13557962 or 3546929. OLE color: 3546929.

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

Color convert

RGB 49 31 54 -
CMYK 0.09 0.43 0 0.79
HSL 286.96º 0.27% 0.17% -
HSV(B) 286.96º 0.43% 0.21% -
XYZ 2.42 1.9 3.73 -
YUV 39 136.46 135.13 -
System Red Green Blue C M Y K H S L
Decimal 49 31 54 0.09 0.43 0 0.79 286.96 0.27 0.17
Hex 31 1F 36 9 2B 0 4F 11F 1B 11
Octal 61 37 66 11 53 0 117 437 33 21
Binary 110001 11111 110110 1001 101011 0 1001111 100011111 11011 10001

Color Harmonies of #311F36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311F36

Black with #311F36

Text Example


Text Example

White with #311F36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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