#31312D

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

Shades of Karaka #31312D

Tints of Karaka #31312D

Color information

#31312D (or 0x31312D) is unknown color: approx Karaka. HEX triplet: 31, 31 and 2D. RGB value is (49,49,45). Sum of RGB (Red+Green+Blue) = 49+49+45=143 (18% of max value = 765). Red value is 49 (19.53% from 255 or 34.27% from 143); Green value is 49 (19.53% from 255 or 34.27% from 143); Blue value is 45 (17.97% from 255 or 31.47% from 143); Max value from RGB is 49 - color contains mainly: red, green. Hex color #31312D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31312D is #CECED2. Grayscale: #303030. Windows color (decimal): -13553363 or 2961713. OLE color: 2961713.

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

Color convert

RGB494945-
CMYK000.080.81
HSL60º4.26%18.43%-
HSV(B)60º8.16%19.22%-
XYZ2.843.042.92-
YUV48.54126128.33-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 34.27%
GREEN value IS 49 (19.53% from 255) = 34.27%
BLUE value IS 45 (17.97% from 255) = 31.47%
R=34.27%
G=34.27%
B=31.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal494945000.080.81604.2618.43
Hex31312D008513c412
Octal616155001012174422
Binary110001110001101101001000101000111110010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31312D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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