#313112

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

Shades of Karaka #313112

Tints of Karaka #313112

Color information

#313112 (or 0x313112) is unknown color: approx Karaka. HEX triplet: 31, 31 and 12. RGB value is (49,49,18). Sum of RGB (Red+Green+Blue) = 49+49+18=116 (15% of max value = 765). Red value is 49 (19.53% from 255 or 42.24% from 116); Green value is 49 (19.53% from 255 or 42.24% from 116); Blue value is 18 (7.42% from 255 or 15.52% from 116); Max value from RGB is 49 - color contains mainly: red, green. Hex color #313112 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #313112 is #CECEED. Grayscale: #2D2D2D. Windows color (decimal): -13553390 or 1192241. OLE color: 1192241.

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

Color convert

RGB494918-
CMYK000.630.81
HSL60º46.27%13.14%-
HSV(B)60º63.27%19.22%-
XYZ2.472.891-
YUV45.47112.5130.52-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 42.24%
GREEN value IS 49 (19.53% from 255) = 42.24%
BLUE value IS 18 (7.42% from 255) = 15.52%
R=42.24%
G=42.24%
B=15.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal494918000.630.816046.2713.14
Hex313112003F513c2ed
Octal6161220077121745615
Binary110001110001100100011111110100011111001011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313112; }

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

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

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

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

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

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

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

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