#323442

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

Shades of Black Rock #323442

Tints of Black Rock #323442

Color information

#323442 (or 0x323442) is unknown color: approx Black Rock. HEX triplet: 32, 34 and 42. RGB value is (50,52,66). Sum of RGB (Red+Green+Blue) = 50+52+66=168 (22% of max value = 765). Red value is 50 (19.92% from 255 or 29.76% from 168); Green value is 52 (20.70% from 255 or 30.95% from 168); Blue value is 66 (26.17% from 255 or 39.29% from 168); Max value from RGB is 66 - color contains mainly: blue. Hex color #323442 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323442 is #CDCBBD. Grayscale: #343434. Windows color (decimal): -13487038 or 4338738. OLE color: 4338738.

HSL color Cylindrical-coordinate representation of color #323442: hue angle of 232.5º 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 #323442 is Cyan = 0.24, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB505266-
CMYK0.240.2100.74
HSL232.5º13.79%22.75%-
HSV(B)232.5º24.24%25.88%-
XYZ3.533.535.65-
YUV53135.34125.86-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 29.76%
GREEN value IS 52 (20.70% from 255) = 30.95%
BLUE value IS 66 (26.17% from 255) = 39.29%
R=29.76%
G=30.95%
B=39.29%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5052660.240.2100.74232.513.7922.75
Hex323442181504Ae8e17
Octal6264102302501123501627
Binary110010110100100001011000101010100101011101000111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323442; }

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

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

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

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

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

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

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

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