Html Css Color HEX #313117 Karaka

📋 copy color: '#313117'

red 49 ◦ green 49 ◦ blue 23

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

Shades of Karaka #313117

Tints of Karaka #313117

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 19.01%

R = 40.5%
G = 40.5%
B = 19.01%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.53

 K value IS 0.81

RGB Variations

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

Color information

#313117 (or 0x313117) is known color: Karaka. HEX triplet: 31, 31 and 17. RGB value is (49,49,23). Sum of RGB (Red+Green+Blue) = 49+49+23=121 (16% of max value = 765). Red value is 49 (19.53% from 255 or 40.50% from 121); Green value is 49 (19.53% from 255 or 40.50% from 121); Blue value is 23 (9.38% from 255 or 19.01% from 121); Max value from RGB is 49 - color contains mainly: red, green. Hex color #313117 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #313117 is #CECEE8. Grayscale: #2E2E2E. Windows color (decimal): -13553385 or 1519921. OLE color: 1519921.

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

Color convert

RGB 49 49 23 -
CMYK 0 0 0.53 0.81
HSL 60º 0.36% 0.14% -
HSV(B) 60º 0.53% 0.19% -
XYZ 2.52 2.91 1.24 -
YUV 46.04 115 130.11 -
System Red Green Blue C M Y K H S L
Decimal 49 49 23 0 0 0.53 0.81 60 0.36 0.14
Hex 31 31 17 0 0 35 51 3C 24 E
Octal 61 61 27 0 0 65 121 74 44 16
Binary 110001 110001 10111 0 0 110101 1010001 111100 100100 1110

Color Harmonies of #313117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313117

Black with #313117

Text Example


Text Example

White with #313117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313117; }

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

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

background-color css

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

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

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

border-color css

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

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

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