Html Css Color HEX #313120 Karaka

📋 copy color: '#313120'

red 49 ◦ green 49 ◦ blue 32

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

Shades of Karaka #313120

Tints of Karaka #313120

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 24.62%

R = 37.69%
G = 37.69%
B = 24.62%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.35

 K value IS 0.81

RGB Variations

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

Color information

#313120 (or 0x313120) is known color: Karaka. HEX triplet: 31, 31 and 20. RGB value is (49,49,32). Sum of RGB (Red+Green+Blue) = 49+49+32=130 (17% of max value = 765). Red value is 49 (19.53% from 255 or 37.69% from 130); Green value is 49 (19.53% from 255 or 37.69% from 130); Blue value is 32 (12.89% from 255 or 24.62% from 130); Max value from RGB is 49 - color contains mainly: red, green. Hex color #313120 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313120 is #CECEDF. Grayscale: #2F2F2F. Windows color (decimal): -13553376 or 2109745. OLE color: 2109745.

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

Color convert

RGB 49 49 32 -
CMYK 0 0 0.35 0.81
HSL 60º 0.21% 0.16% -
HSV(B) 60º 0.35% 0.19% -
XYZ 2.63 2.95 1.8 -
YUV 47.06 119.5 129.38 -
System Red Green Blue C M Y K H S L
Decimal 49 49 32 0 0 0.35 0.81 60 0.21 0.16
Hex 31 31 20 0 0 23 51 3C 15 10
Octal 61 61 40 0 0 43 121 74 25 20
Binary 110001 110001 100000 0 0 100011 1010001 111100 10101 10000

Color Harmonies of #313120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313120

Black with #313120

Text Example


Text Example

White with #313120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313120; }

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

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

background-color css

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

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

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

border-color css

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

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

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