#31312E

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

Shades of Karaka #31312E

Tints of Karaka #31312E

Color information

#31312E (or 0x31312E) is unknown color: approx Karaka. HEX triplet: 31, 31 and 2E. RGB value is (49,49,46). Sum of RGB (Red+Green+Blue) = 49+49+46=144 (19% of max value = 765). Red value is 49 (19.53% from 255 or 34.03% from 144); Green value is 49 (19.53% from 255 or 34.03% from 144); Blue value is 46 (18.36% from 255 or 31.94% from 144); Max value from RGB is 49 - color contains mainly: red, green. Hex color #31312E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31312E is #CECED1. Grayscale: #303030. Windows color (decimal): -13553362 or 3027249. OLE color: 3027249.

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

Color convert

RGB494946-
CMYK000.060.81
HSL60º3.16%18.63%-
HSV(B)60º6.12%19.22%-
XYZ2.863.053.02-
YUV48.66126.5128.24-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 34.03%
GREEN value IS 49 (19.53% from 255) = 34.03%
BLUE value IS 46 (18.36% from 255) = 31.94%
R=34.03%
G=34.03%
B=31.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal494946000.060.81603.1618.63
Hex31312E006513c313
Octal61615600612174323
Binary1100011100011011100011010100011111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31312E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31312E; }

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

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

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

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

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

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

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

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