#31330B

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

Shades of Karaka #31330B

Tints of Karaka #31330B

Color information

#31330B (or 0x31330B) is unknown color: approx Karaka. HEX triplet: 31, 33 and 0B. RGB value is (49,51,11). Sum of RGB (Red+Green+Blue) = 49+51+11=111 (14% of max value = 765). Red value is 49 (19.53% from 255 or 44.14% from 111); Green value is 51 (20.31% from 255 or 45.95% from 111); Blue value is 11 (4.69% from 255 or 9.91% from 111); Max value from RGB is 51 - color contains mainly: green. Hex color #31330B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #31330B is #CECCF4. Grayscale: #2E2E2E. Windows color (decimal): -13552885 or 734001. OLE color: 734001.

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

Color convert

RGB495111-
CMYK0.0400.780.8
HSL63º64.52%12.16%-
HSV(B)63º78.43%20%-
XYZ2.513.040.77-
YUV45.84108.34130.25-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 44.14%
GREEN value IS 51 (20.31% from 255) = 45.95%
BLUE value IS 11 (4.69% from 255) = 9.91%
R=44.14%
G=45.95%
B=9.91%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal4951110.0400.780.86364.5212.16
Hex3133B404E503f41c
Octal616313401161207710114
Binary110001110011101110001001110101000011111110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31330B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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