#31301D

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

Shades of Karaka #31301D

Tints of Karaka #31301D

Color information

#31301D (or 0x31301D) is unknown color: approx Karaka. HEX triplet: 31, 30 and 1D. RGB value is (49,48,29). Sum of RGB (Red+Green+Blue) = 49+48+29=126 (16% of max value = 765). Red value is 49 (19.53% from 255 or 38.89% from 126); Green value is 48 (19.14% from 255 or 38.10% from 126); Blue value is 29 (11.72% from 255 or 23.02% from 126); Max value from RGB is 49 - color contains mainly: red. Hex color #31301D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31301D is #CECFE2. Grayscale: #2E2E2E. Windows color (decimal): -13553635 or 1912881. OLE color: 1912881.

HSL color Cylindrical-coordinate representation of color #31301D: hue angle of 57º degrees, saturation: 0.26, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #31301D is Cyan = 0, Magento = 0.02, Yellow = 0.41 and Black (K on CMYK) = 0.81.

Color convert

RGB494829-
CMYK00.020.410.81
HSL57º25.64%15.29%-
HSV(B)57º40.82%19.22%-
XYZ2.552.861.58-
YUV46.13118.33130.04-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 38.89%
GREEN value IS 48 (19.14% from 255) = 38.10%
BLUE value IS 29 (11.72% from 255) = 23.02%
R=38.89%
G=38.10%
B=23.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.41
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49482900.020.410.815725.6415.29
Hex31301D022951391af
Octal6160350251121713217
Binary110001110000111010101010011010001111001110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31301D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31301D; }

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

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

<style>
 a { background-color: #31301D; }

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

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

<style>
 span { border-color: #31301D; }

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

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