#313118

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

Shades of Karaka #313118

Tints of Karaka #313118

Color information

#313118 (or 0x313118) is unknown color: approx Karaka. HEX triplet: 31, 31 and 18. RGB value is (49,49,24). Sum of RGB (Red+Green+Blue) = 49+49+24=122 (16% of max value = 765). Red value is 49 (19.53% from 255 or 40.16% from 122); Green value is 49 (19.53% from 255 or 40.16% from 122); Blue value is 24 (9.77% from 255 or 19.67% from 122); Max value from RGB is 49 - color contains mainly: red, green. Hex color #313118 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #313118 is #CECEE7. Grayscale: #2E2E2E. Windows color (decimal): -13553384 or 1585457. OLE color: 1585457.

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

Color convert

RGB494924-
CMYK000.510.81
HSL60º34.25%14.31%-
HSV(B)60º51.02%19.22%-
XYZ2.532.921.29-
YUV46.15115.5130.03-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 40.16%
GREEN value IS 49 (19.53% from 255) = 40.16%
BLUE value IS 24 (9.77% from 255) = 19.67%
R=40.16%
G=40.16%
B=19.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal494924000.510.816034.2514.31
Hex3131180033513c22e
Octal6161300063121744216
Binary110001110001110000011001110100011111001000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313118

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313118; }

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

 H1.HeaderClassName
 {
   color: #313118;
 }
 .AnyTagClassName
 {
   color: #313118;
 }
</style>
background-color css

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

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

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

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

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

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