#31330D

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

Shades of Karaka #31330D

Tints of Karaka #31330D

Color information

#31330D (or 0x31330D) is unknown color: approx Karaka. HEX triplet: 31, 33 and 0D. RGB value is (49,51,13). Sum of RGB (Red+Green+Blue) = 49+51+13=113 (14% of max value = 765). Red value is 49 (19.53% from 255 or 43.36% from 113); Green value is 51 (20.31% from 255 or 45.13% from 113); Blue value is 13 (5.47% from 255 or 11.50% from 113); Max value from RGB is 51 - color contains mainly: green. Hex color #31330D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #31330D is #CECCF2. Grayscale: #2E2E2E. Windows color (decimal): -13552883 or 865073. OLE color: 865073.

HSL color Cylindrical-coordinate representation of color #31330D: hue angle of 63.16º degrees, saturation: 0.59, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #31330D is Cyan = 0.04, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.8.

Color convert

RGB495113-
CMYK0.0400.750.8
HSL63.16º59.38%12.55%-
HSV(B)63.16º74.51%20%-
XYZ2.523.050.84-
YUV46.07109.34130.09-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 43.36%
GREEN value IS 51 (20.31% from 255) = 45.13%
BLUE value IS 13 (5.47% from 255) = 11.50%
R=43.36%
G=45.13%
B=11.50%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal4951130.0400.750.863.1659.3812.55
Hex3133D404B503f3bd
Octal61631540113120777315
Binary11000111001111011000100101110100001111111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31330D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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