#323120

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

Shades of Karaka #323120

Tints of Karaka #323120

Color information

#323120 (or 0x323120) is unknown color: approx Karaka. HEX triplet: 32, 31 and 20. RGB value is (50,49,32). Sum of RGB (Red+Green+Blue) = 50+49+32=131 (17% of max value = 765). Red value is 50 (19.92% from 255 or 38.17% from 131); Green value is 49 (19.53% from 255 or 37.40% from 131); Blue value is 32 (12.89% from 255 or 24.43% from 131); Max value from RGB is 50 - color contains mainly: red. Hex color #323120 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323120 is #CDCEDF. Grayscale: #2F2F2F. Windows color (decimal): -13487840 or 2109746. OLE color: 2109746.

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

Color convert

RGB504932-
CMYK00.020.360.80
HSL56.67º21.95%16.08%-
HSV(B)56.67º36%19.61%-
XYZ2.672.981.8-
YUV47.36119.33129.88-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 38.17%
GREEN value IS 49 (19.53% from 255) = 37.40%
BLUE value IS 32 (12.89% from 255) = 24.43%
R=38.17%
G=37.40%
B=24.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.36
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50493200.020.360.8056.6721.9516.08
Hex323120022450391610
Octal6261400244120712620
Binary11001011000110000001010010010100001110011011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323120; }

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

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

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

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

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

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

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

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