#31300F

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

Shades of Karaka #31300F

Tints of Karaka #31300F

Color information

#31300F (or 0x31300F) is unknown color: approx Karaka. HEX triplet: 31, 30 and 0F. RGB value is (49,48,15). Sum of RGB (Red+Green+Blue) = 49+48+15=112 (14% of max value = 765). Red value is 49 (19.53% from 255 or 43.75% from 112); Green value is 48 (19.14% from 255 or 42.86% from 112); Blue value is 15 (6.25% from 255 or 13.39% from 112); Max value from RGB is 49 - color contains mainly: red. Hex color #31300F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #31300F is #CECFF0. Grayscale: #2C2C2C. Windows color (decimal): -13553649 or 995377. OLE color: 995377.

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

Color convert

RGB494815-
CMYK00.020.690.81
HSL58.24º53.12%12.55%-
HSV(B)58.24º69.39%19.22%-
XYZ2.412.80.87-
YUV44.54111.33131.18-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 43.75%
GREEN value IS 48 (19.14% from 255) = 42.86%
BLUE value IS 15 (6.25% from 255) = 13.39%
R=43.75%
G=42.86%
B=13.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.69
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49481500.020.690.8158.2453.1212.55
Hex3130F0245513a35d
Octal61601702105121726515
Binary1100011100001111010100010110100011110101101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31300F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31300F; }

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

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

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

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

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

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

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

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