#31300C

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

Shades of Karaka #31300C

Tints of Karaka #31300C

Color information

#31300C (or 0x31300C) is unknown color: approx Karaka. HEX triplet: 31, 30 and 0C. RGB value is (49,48,12). Sum of RGB (Red+Green+Blue) = 49+48+12=109 (14% of max value = 765). Red value is 49 (19.53% from 255 or 44.95% from 109); Green value is 48 (19.14% from 255 or 44.04% from 109); Blue value is 12 (5.08% from 255 or 11.01% from 109); Max value from RGB is 49 - color contains mainly: red. Hex color #31300C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #31300C is #CECFF3. Grayscale: #2C2C2C. Windows color (decimal): -13553652 or 798769. OLE color: 798769.

HSL color Cylindrical-coordinate representation of color #31300C: hue angle of 58.38º 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 #31300C is Cyan = 0, Magento = 0.02, Yellow = 0.76 and Black (K on CMYK) = 0.81.

Color convert

RGB494812-
CMYK00.020.760.81
HSL58.38º60.66%11.96%-
HSV(B)58.38º75.51%19.22%-
XYZ2.392.790.76-
YUV44.2109.83131.43-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 44.95%
GREEN value IS 48 (19.14% from 255) = 44.04%
BLUE value IS 12 (5.08% from 255) = 11.01%
R=44.95%
G=44.04%
B=11.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.76
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49481200.020.760.8158.3860.6611.96
Hex3130C024C513a3dc
Octal61601402114121727514
Binary1100011100001100010100110010100011110101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31300C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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