#323121

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

Shades of Karaka #323121

Tints of Karaka #323121

Color information

#323121 (or 0x323121) is unknown color: approx Karaka. HEX triplet: 32, 31 and 21. RGB value is (50,49,33). Sum of RGB (Red+Green+Blue) = 50+49+33=132 (17% of max value = 765). Red value is 50 (19.92% from 255 or 37.88% from 132); Green value is 49 (19.53% from 255 or 37.12% from 132); Blue value is 33 (13.28% from 255 or 25% from 132); Max value from RGB is 50 - color contains mainly: red. Hex color #323121 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323121 is #CDCEDE. Grayscale: #2F2F2F. Windows color (decimal): -13487839 or 2175282. OLE color: 2175282.

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

Color convert

RGB504933-
CMYK00.020.340.80
HSL56.47º20.48%16.27%-
HSV(B)56.47º34%19.61%-
XYZ2.692.981.87-
YUV47.47119.83129.8-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 37.88%
GREEN value IS 49 (19.53% from 255) = 37.12%
BLUE value IS 33 (13.28% from 255) = 25%
R=37.88%
G=37.12%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.34
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50493300.020.340.8056.4720.4816.27
Hex323121022250381410
Octal6261410242120702420
Binary11001011000110000101010001010100001110001010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323121; }

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

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

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

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

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

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

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

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