#313018

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

Shades of Karaka #313018

Tints of Karaka #313018

Color information

#313018 (or 0x313018) is unknown color: approx Karaka. HEX triplet: 31, 30 and 18. RGB value is (49,48,24). Sum of RGB (Red+Green+Blue) = 49+48+24=121 (16% of max value = 765). Red value is 49 (19.53% from 255 or 40.50% from 121); Green value is 48 (19.14% from 255 or 39.67% from 121); Blue value is 24 (9.77% from 255 or 19.83% from 121); Max value from RGB is 49 - color contains mainly: red. Hex color #313018 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #313018 is #CECFE7. Grayscale: #2D2D2D. Windows color (decimal): -13553640 or 1585201. OLE color: 1585201.

HSL color Cylindrical-coordinate representation of color #313018: hue angle of 57.6º 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 #313018 is Cyan = 0, Magento = 0.02, Yellow = 0.51 and Black (K on CMYK) = 0.81.

Color convert

RGB494824-
CMYK00.020.510.81
HSL57.6º34.25%14.31%-
HSV(B)57.6º51.02%19.22%-
XYZ2.492.831.28-
YUV45.56115.83130.45-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 40.50%
GREEN value IS 48 (19.14% from 255) = 39.67%
BLUE value IS 24 (9.77% from 255) = 19.83%
R=40.50%
G=39.67%
B=19.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.51
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49482400.020.510.8157.634.2514.31
Hex3130180233513a22e
Octal6160300263121724216
Binary1100011100001100001011001110100011110101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313018; }

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

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

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

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

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

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

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

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