#313012

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

Shades of Karaka #313012

Tints of Karaka #313012

Color information

#313012 (or 0x313012) is unknown color: approx Karaka. HEX triplet: 31, 30 and 12. RGB value is (49,48,18). Sum of RGB (Red+Green+Blue) = 49+48+18=115 (15% of max value = 765). Red value is 49 (19.53% from 255 or 42.61% from 115); Green value is 48 (19.14% from 255 or 41.74% from 115); Blue value is 18 (7.42% from 255 or 15.65% from 115); Max value from RGB is 49 - color contains mainly: red. Hex color #313012 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #313012 is #CECFED. Grayscale: #2C2C2C. Windows color (decimal): -13553646 or 1191985. OLE color: 1191985.

HSL color Cylindrical-coordinate representation of color #313012: hue angle of 58.06º degrees, saturation: 0.46, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #313012 is Cyan = 0, Magento = 0.02, Yellow = 0.63 and Black (K on CMYK) = 0.81.

Color convert

RGB494818-
CMYK00.020.630.81
HSL58.06º46.27%13.14%-
HSV(B)58.06º63.27%19.22%-
XYZ2.432.810.99-
YUV44.88112.83130.94-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 42.61%
GREEN value IS 48 (19.14% from 255) = 41.74%
BLUE value IS 18 (7.42% from 255) = 15.65%
R=42.61%
G=41.74%
B=15.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.63
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49481800.020.630.8158.0646.2713.14
Hex313012023F513a2ed
Octal6160220277121725615
Binary1100011100001001001011111110100011110101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313012; }

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

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

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

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

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

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

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

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