#32323B

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

Shades of Black Rock #32323B

Tints of Black Rock #32323B

Color information

#32323B (or 0x32323B) is unknown color: approx Black Rock. HEX triplet: 32, 32 and 3B. RGB value is (50,50,59). Sum of RGB (Red+Green+Blue) = 50+50+59=159 (21% of max value = 765). Red value is 50 (19.92% from 255 or 31.45% from 159); Green value is 50 (19.92% from 255 or 31.45% from 159); Blue value is 59 (23.44% from 255 or 37.11% from 159); Max value from RGB is 59 - color contains mainly: blue. Hex color #32323B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #32323B is #CDCDC4. Grayscale: #323232. Windows color (decimal): -13487557 or 3879474. OLE color: 3879474.

HSL color Cylindrical-coordinate representation of color #32323B: hue angle of 240º degrees, saturation: 0.08, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #32323B is Cyan = 0.15, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB505059-
CMYK0.150.1500.77
HSL240º8.26%21.37%-
HSV(B)240º15.25%23.14%-
XYZ3.253.284.6-
YUV51.03132.5127.27-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 31.45%
GREEN value IS 50 (19.92% from 255) = 31.45%
BLUE value IS 59 (23.44% from 255) = 37.11%
R=31.45%
G=31.45%
B=37.11%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5050590.150.1500.772408.2621.37
Hex32323BFF04Df0815
Octal626273171701153601025
Binary110010110010111011111111110100110111110000100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32323B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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