#313117

Color #313117 Karaka (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Karaka #313117

Tints of Karaka #313117

Color information

#313117 (or 0x313117) is unknown color: approx 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

RGB494923-
CMYK000.530.81
HSL60º36.11%14.12%-
HSV(B)60º53.06%19.22%-
XYZ2.522.911.24-
YUV46.04115130.11-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 40.50%
GREEN value IS 49 (19.53% from 255) = 40.50%
BLUE value IS 23 (9.38% from 255) = 19.01%
R=40.50%
G=40.50%
B=19.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal494923000.530.816036.1114.12
Hex3131170035513c24e
Octal6161270065121744416
Binary110001110001101110011010110100011111001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313117

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>