#323229

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

Shades of Karaka #323229

Tints of Karaka #323229

Color information

#323229 (or 0x323229) is unknown color: approx Karaka. HEX triplet: 32, 32 and 29. RGB value is (50,50,41). Sum of RGB (Red+Green+Blue) = 50+50+41=141 (18% of max value = 765). Red value is 50 (19.92% from 255 or 35.46% from 141); Green value is 50 (19.92% from 255 or 35.46% from 141); Blue value is 41 (16.41% from 255 or 29.08% from 141); Max value from RGB is 50 - color contains mainly: red, green. Hex color #323229 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323229 is #CDCDD6. Grayscale: #313131. Windows color (decimal): -13487575 or 2699826. OLE color: 2699826.

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

Color convert

RGB505041-
CMYK000.180.80
HSL60º9.89%17.84%-
HSV(B)60º18%19.61%-
XYZ2.863.122.55-
YUV48.97123.5128.73-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 35.46%
GREEN value IS 50 (19.92% from 255) = 35.46%
BLUE value IS 41 (16.41% from 255) = 29.08%
R=35.46%
G=35.46%
B=29.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal505041000.180.80609.8917.84
Hex3232290012503ca12
Octal6262510022120741222
Binary11001011001010100100100101010000111100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323229

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323229; }

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

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

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

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

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

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

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

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