#323222

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

Shades of Karaka #323222

Tints of Karaka #323222

Color information

#323222 (or 0x323222) is unknown color: approx Karaka. HEX triplet: 32, 32 and 22. RGB value is (50,50,34). Sum of RGB (Red+Green+Blue) = 50+50+34=134 (17% of max value = 765). Red value is 50 (19.92% from 255 or 37.31% from 134); Green value is 50 (19.92% from 255 or 37.31% from 134); Blue value is 34 (13.67% from 255 or 25.37% from 134); Max value from RGB is 50 - color contains mainly: red, green. Hex color #323222 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323222 is #CDCDDD. Grayscale: #303030. Windows color (decimal): -13487582 or 2241074. OLE color: 2241074.

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

Color convert

RGB505034-
CMYK000.320.80
HSL60º19.05%16.47%-
HSV(B)60º32%19.61%-
XYZ2.743.071.96-
YUV48.18120129.3-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 37.31%
GREEN value IS 50 (19.92% from 255) = 37.31%
BLUE value IS 34 (13.67% from 255) = 25.37%
R=37.31%
G=37.31%
B=25.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal505034000.320.806019.0516.47
Hex3232220020503c1310
Octal6262420040120742320
Binary1100101100101000100010000010100001111001001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323222

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323222; }

 p { color: rgb(50,50,34); }

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

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

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

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

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

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

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