#323124

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

Shades of Karaka #323124

Tints of Karaka #323124

Color information

#323124 (or 0x323124) is unknown color: approx Karaka. HEX triplet: 32, 31 and 24. RGB value is (50,49,36). Sum of RGB (Red+Green+Blue) = 50+49+36=135 (17% of max value = 765). Red value is 50 (19.92% from 255 or 37.04% from 135); Green value is 49 (19.53% from 255 or 36.30% from 135); Blue value is 36 (14.45% from 255 or 26.67% from 135); Max value from RGB is 50 - color contains mainly: red. Hex color #323124 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323124 is #CDCEDB. Grayscale: #2F2F2F. Windows color (decimal): -13487836 or 2371890. OLE color: 2371890.

HSL color Cylindrical-coordinate representation of color #323124: hue angle of 55.71º degrees, saturation: 0.16, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #323124 is Cyan = 0, Magento = 0.02, Yellow = 0.28 and Black (K on CMYK) = 0.80.

Color convert

RGB504936-
CMYK00.020.280.80
HSL55.71º16.28%16.86%-
HSV(B)55.71º28%19.61%-
XYZ2.7332.1-
YUV47.82121.33129.56-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 37.04%
GREEN value IS 49 (19.53% from 255) = 36.30%
BLUE value IS 36 (14.45% from 255) = 26.67%
R=37.04%
G=36.30%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.28
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50493600.020.280.8055.7116.2816.86
Hex323124021C50381011
Octal6261440234120702021
Binary1100101100011001000101110010100001110001000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323124

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323124; }

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

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

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

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

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

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

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

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