#31300A

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

Shades of Karaka #31300A

Tints of Karaka #31300A

Color information

#31300A (or 0x31300A) is unknown color: approx Karaka. HEX triplet: 31, 30 and 0A. RGB value is (49,48,10). Sum of RGB (Red+Green+Blue) = 49+48+10=107 (14% of max value = 765). Red value is 49 (19.53% from 255 or 45.79% from 107); Green value is 48 (19.14% from 255 or 44.86% from 107); Blue value is 10 (4.30% from 255 or 9.35% from 107); Max value from RGB is 49 - color contains mainly: red. Hex color #31300A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #31300A is #CECFF5. Grayscale: #2C2C2C. Windows color (decimal): -13553654 or 667697. OLE color: 667697.

HSL color Cylindrical-coordinate representation of color #31300A: hue angle of 58.46º degrees, saturation: 0.66, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #31300A is Cyan = 0, Magento = 0.02, Yellow = 0.80 and Black (K on CMYK) = 0.81.

Color convert

RGB494810-
CMYK00.020.800.81
HSL58.46º66.1%11.57%-
HSV(B)58.46º79.59%19.22%-
XYZ2.382.790.7-
YUV43.97108.83131.59-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 45.79%
GREEN value IS 48 (19.14% from 255) = 44.86%
BLUE value IS 10 (4.30% from 255) = 9.35%
R=45.79%
G=44.86%
B=9.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.80
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49481000.020.800.8158.4666.111.57
Hex3130A0250513a42c
Octal616012021201217210214
Binary11000111000010100101010000101000111101010000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31300A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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