#32322B

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

Shades of Karaka #32322B

Tints of Karaka #32322B

Color information

#32322B (or 0x32322B) is unknown color: approx Karaka. HEX triplet: 32, 32 and 2B. RGB value is (50,50,43). Sum of RGB (Red+Green+Blue) = 50+50+43=143 (18% of max value = 765). Red value is 50 (19.92% from 255 or 34.97% from 143); Green value is 50 (19.92% from 255 or 34.97% from 143); Blue value is 43 (17.19% from 255 or 30.07% from 143); Max value from RGB is 50 - color contains mainly: red, green. Hex color #32322B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #32322B is #CDCDD4. Grayscale: #313131. Windows color (decimal): -13487573 or 2830898. OLE color: 2830898.

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

Color convert

RGB505043-
CMYK000.140.80
HSL60º7.53%18.24%-
HSV(B)60º14%19.61%-
XYZ2.893.132.74-
YUV49.2124.5128.57-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 34.97%
GREEN value IS 50 (19.92% from 255) = 34.97%
BLUE value IS 43 (17.19% from 255) = 30.07%
R=34.97%
G=34.97%
B=30.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal505043000.140.80607.5318.24
Hex32322B00E503c812
Octal6262530016120741022
Binary1100101100101010110011101010000111100100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32322B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32322B; }

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

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

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

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

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

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

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

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