Html Css Color HEX #313124 Karaka

📋 copy color: '#313124'

red 49 ◦ green 49 ◦ blue 36

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

Shades of Karaka #313124

Tints of Karaka #313124

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 26.87%

R = 36.57%
G = 36.57%
B = 26.87%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.27

 K value IS 0.81

RGB Variations

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

Color information

#313124 (or 0x313124) is known color: Karaka. HEX triplet: 31, 31 and 24. RGB value is (49,49,36). Sum of RGB (Red+Green+Blue) = 49+49+36=134 (17% of max value = 765). Red value is 49 (19.53% from 255 or 36.57% from 134); Green value is 49 (19.53% from 255 or 36.57% from 134); Blue value is 36 (14.45% from 255 or 26.87% from 134); Max value from RGB is 49 - color contains mainly: red, green. Hex color #313124 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313124 is #CECEDB. Grayscale: #2F2F2F. Windows color (decimal): -13553372 or 2371889. OLE color: 2371889.

HSL color Cylindrical-coordinate representation of color #313124: hue angle of 60º degrees, saturation: 0.15, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #313124 is Cyan = 0, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.81.

Color convert

RGB 49 49 36 -
CMYK 0 0 0.27 0.81
HSL 60º 0.15% 0.17% -
HSV(B) 60º 0.27% 0.19% -
XYZ 2.68 2.98 2.1 -
YUV 47.52 121.5 129.06 -
System Red Green Blue C M Y K H S L
Decimal 49 49 36 0 0 0.27 0.81 60 0.15 0.17
Hex 31 31 24 0 0 1B 51 3C F 11
Octal 61 61 44 0 0 33 121 74 17 21
Binary 110001 110001 100100 0 0 11011 1010001 111100 1111 10001

Color Harmonies of #313124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313124

Black with #313124

Text Example


Text Example

White with #313124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313124; }

 p { color: rgb(49,49,36); }

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

background-color css

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

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

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

border-color css

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

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

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