#313124

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

Shades of Karaka #313124

Tints of Karaka #313124

Color information

#313124 (or 0x313124) is unknown color: approx Karaka. HEX triplet: 31, 31 and 24. RGB value is (49,49,36). Sum of RGB (Red+Green+Blue) = 49+49+36=134 (17% of max value = 765). Red value is 49 (19.53% from 255 or 36.57% from 134); Green value is 49 (19.53% from 255 or 36.57% from 134); Blue value is 36 (14.45% from 255 or 26.87% from 134); Max value from RGB is 49 - color contains mainly: red, green. Hex color #313124 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313124 is #CECEDB. Grayscale: #2F2F2F. Windows color (decimal): -13553372 or 2371889. OLE color: 2371889.

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

Color convert

RGB494936-
CMYK000.270.81
HSL60º15.29%16.67%-
HSV(B)60º26.53%19.22%-
XYZ2.682.982.1-
YUV47.52121.5129.06-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 36.57%
GREEN value IS 49 (19.53% from 255) = 36.57%
BLUE value IS 36 (14.45% from 255) = 26.87%
R=36.57%
G=36.57%
B=26.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal494936000.270.816015.2916.67
Hex313124001B513cf11
Octal6161440033121741721
Binary11000111000110010000110111010001111100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313124

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313124; }

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

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

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

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

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

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

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

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