#31310C

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

Shades of Karaka #31310C

Tints of Karaka #31310C

Color information

#31310C (or 0x31310C) is unknown color: approx Karaka. HEX triplet: 31, 31 and 0C. RGB value is (49,49,12). Sum of RGB (Red+Green+Blue) = 49+49+12=110 (14% of max value = 765). Red value is 49 (19.53% from 255 or 44.55% from 110); Green value is 49 (19.53% from 255 or 44.55% from 110); Blue value is 12 (5.08% from 255 or 10.91% from 110); Max value from RGB is 49 - color contains mainly: red, green. Hex color #31310C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #31310C is #CECEF3. Grayscale: #2C2C2C. Windows color (decimal): -13553396 or 799025. OLE color: 799025.

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

Color convert

RGB494912-
CMYK000.760.81
HSL60º60.66%11.96%-
HSV(B)60º75.51%19.22%-
XYZ2.432.880.77-
YUV44.78109.5131.01-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 44.55%
GREEN value IS 49 (19.53% from 255) = 44.55%
BLUE value IS 12 (5.08% from 255) = 10.91%
R=44.55%
G=44.55%
B=10.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal494912000.760.816060.6611.96
Hex3131C004C513c3dc
Octal61611400114121747514
Binary110001110001110000100110010100011111001111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31310C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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