#313024

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

Shades of Karaka #313024

Tints of Karaka #313024

Color information

#313024 (or 0x313024) is unknown color: approx Karaka. HEX triplet: 31, 30 and 24. RGB value is (49,48,36). Sum of RGB (Red+Green+Blue) = 49+48+36=133 (17% of max value = 765). Red value is 49 (19.53% from 255 or 36.84% from 133); Green value is 48 (19.14% from 255 or 36.09% from 133); Blue value is 36 (14.45% from 255 or 27.07% from 133); Max value from RGB is 49 - color contains mainly: red. Hex color #313024 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313024 is #CECFDB. Grayscale: #2E2E2E. Windows color (decimal): -13553628 or 2371633. OLE color: 2371633.

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

Color convert

RGB494836-
CMYK00.020.270.81
HSL55.38º15.29%16.67%-
HSV(B)55.38º26.53%19.22%-
XYZ2.642.892.09-
YUV46.93121.83129.48-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 36.84%
GREEN value IS 48 (19.14% from 255) = 36.09%
BLUE value IS 36 (14.45% from 255) = 27.07%
R=36.84%
G=36.09%
B=27.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.27
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49483600.020.270.8155.3815.2916.67
Hex313024021B5137f11
Octal6160440233121671721
Binary110001110000100100010110111010001110111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313024

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313024; }

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

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

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

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

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

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

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

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