#31310A

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

Shades of Karaka #31310A

Tints of Karaka #31310A

Color information

#31310A (or 0x31310A) is unknown color: approx Karaka. HEX triplet: 31, 31 and 0A. RGB value is (49,49,10). Sum of RGB (Red+Green+Blue) = 49+49+10=108 (14% of max value = 765). Red value is 49 (19.53% from 255 or 45.37% from 108); Green value is 49 (19.53% from 255 or 45.37% from 108); Blue value is 10 (4.30% from 255 or 9.26% from 108); Max value from RGB is 49 - color contains mainly: red, green. Hex color #31310A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #31310A is #CECEF5. Grayscale: #2C2C2C. Windows color (decimal): -13553398 or 667953. OLE color: 667953.

HSL color Cylindrical-coordinate representation of color #31310A: hue angle of 60º 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 #31310A is Cyan = 0, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.81.

Color convert

RGB494910-
CMYK000.800.81
HSL60º66.1%11.57%-
HSV(B)60º79.59%19.22%-
XYZ2.422.870.71-
YUV44.55108.5131.17-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 45.37%
GREEN value IS 49 (19.53% from 255) = 45.37%
BLUE value IS 10 (4.30% from 255) = 9.26%
R=45.37%
G=45.37%
B=9.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal494910000.800.816066.111.57
Hex3131A0050513c42c
Octal616112001201217410214
Binary1100011100011010001010000101000111110010000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31310A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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