#32321C

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

Shades of Karaka #32321C

Tints of Karaka #32321C

Color information

#32321C (or 0x32321C) is unknown color: approx Karaka. HEX triplet: 32, 32 and 1C. RGB value is (50,50,28). Sum of RGB (Red+Green+Blue) = 50+50+28=128 (16% of max value = 765). Red value is 50 (19.92% from 255 or 39.06% from 128); Green value is 50 (19.92% from 255 or 39.06% from 128); Blue value is 28 (11.33% from 255 or 21.88% from 128); Max value from RGB is 50 - color contains mainly: red, green. Hex color #32321C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #32321C is #CDCDE3. Grayscale: #2F2F2F. Windows color (decimal): -13487588 or 1847858. OLE color: 1847858.

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

Color convert

RGB505028-
CMYK000.440.80
HSL60º28.21%15.29%-
HSV(B)60º44%19.61%-
XYZ2.673.041.55-
YUV47.49117129.79-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 39.06%
GREEN value IS 50 (19.92% from 255) = 39.06%
BLUE value IS 28 (11.33% from 255) = 21.88%
R=39.06%
G=39.06%
B=21.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal505028000.440.806028.2115.29
Hex32321C002C503c1cf
Octal6262340054120743417
Binary11001011001011100001011001010000111100111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32321C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32321C; }

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

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

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

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

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

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

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

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