#323242

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

Shades of Black Rock #323242

Tints of Black Rock #323242

Color information

#323242 (or 0x323242) is unknown color: approx Black Rock. HEX triplet: 32, 32 and 42. RGB value is (50,50,66). Sum of RGB (Red+Green+Blue) = 50+50+66=166 (21% of max value = 765). Red value is 50 (19.92% from 255 or 30.12% from 166); Green value is 50 (19.92% from 255 or 30.12% from 166); Blue value is 66 (26.17% from 255 or 39.76% from 166); Max value from RGB is 66 - color contains mainly: blue. Hex color #323242 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323242 is #CDCDBD. Grayscale: #333333. Windows color (decimal): -13487550 or 4338226. OLE color: 4338226.

HSL color Cylindrical-coordinate representation of color #323242: hue angle of 240º degrees, saturation: 0.14, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #323242 is Cyan = 0.24, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB505066-
CMYK0.240.2400.74
HSL240º13.79%22.75%-
HSV(B)240º24.24%25.88%-
XYZ3.443.355.62-
YUV51.82136126.7-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 30.12%
GREEN value IS 50 (19.92% from 255) = 30.12%
BLUE value IS 66 (26.17% from 255) = 39.76%
R=30.12%
G=30.12%
B=39.76%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5050660.240.2400.7424013.7922.75
Hex323242181804Af0e17
Octal6262102303001123601627
Binary110010110010100001011000110000100101011110000111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323242; }

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

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

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

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

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

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

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

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