#31310B

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

Shades of Karaka #31310B

Tints of Karaka #31310B

Color information

#31310B (or 0x31310B) is unknown color: approx Karaka. HEX triplet: 31, 31 and 0B. RGB value is (49,49,11). Sum of RGB (Red+Green+Blue) = 49+49+11=109 (14% of max value = 765). Red value is 49 (19.53% from 255 or 44.95% from 109); Green value is 49 (19.53% from 255 or 44.95% from 109); Blue value is 11 (4.69% from 255 or 10.09% from 109); Max value from RGB is 49 - color contains mainly: red, green. Hex color #31310B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #31310B is #CECEF4. Grayscale: #2C2C2C. Windows color (decimal): -13553397 or 733489. OLE color: 733489.

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

Color convert

RGB494911-
CMYK000.780.81
HSL60º63.33%11.76%-
HSV(B)60º77.55%19.22%-
XYZ2.432.870.74-
YUV44.67109131.09-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 44.95%
GREEN value IS 49 (19.53% from 255) = 44.95%
BLUE value IS 11 (4.69% from 255) = 10.09%
R=44.95%
G=44.95%
B=10.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal494911000.780.816063.3311.76
Hex3131B004E513c3fc
Octal61611300116121747714
Binary110001110001101100100111010100011111001111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31310B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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