#31310D

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

Shades of Karaka #31310D

Tints of Karaka #31310D

Color information

#31310D (or 0x31310D) is unknown color: approx Karaka. HEX triplet: 31, 31 and 0D. RGB value is (49,49,13). Sum of RGB (Red+Green+Blue) = 49+49+13=111 (14% of max value = 765). Red value is 49 (19.53% from 255 or 44.14% from 111); Green value is 49 (19.53% from 255 or 44.14% from 111); Blue value is 13 (5.47% from 255 or 11.71% from 111); Max value from RGB is 49 - color contains mainly: red, green. Hex color #31310D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #31310D is #CECEF2. Grayscale: #2D2D2D. Windows color (decimal): -13553395 or 864561. OLE color: 864561.

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

Color convert

RGB494913-
CMYK000.730.81
HSL60º58.06%12.16%-
HSV(B)60º73.47%19.22%-
XYZ2.442.880.81-
YUV44.9110130.93-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 44.14%
GREEN value IS 49 (19.53% from 255) = 44.14%
BLUE value IS 13 (5.47% from 255) = 11.71%
R=44.14%
G=44.14%
B=11.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal494913000.730.816058.0612.16
Hex3131D0049513c3ac
Octal61611500111121747214
Binary110001110001110100100100110100011111001110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31310D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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