#323239

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

Shades of Black Rock #323239

Tints of Black Rock #323239

Color information

#323239 (or 0x323239) is unknown color: approx Black Rock. HEX triplet: 32, 32 and 39. RGB value is (50,50,57). Sum of RGB (Red+Green+Blue) = 50+50+57=157 (20% of max value = 765). Red value is 50 (19.92% from 255 or 31.85% from 157); Green value is 50 (19.92% from 255 or 31.85% from 157); Blue value is 57 (22.66% from 255 or 36.31% from 157); Max value from RGB is 57 - color contains mainly: blue. Hex color #323239 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323239 is #CDCDC6. Grayscale: #323232. Windows color (decimal): -13487559 or 3748402. OLE color: 3748402.

HSL color Cylindrical-coordinate representation of color #323239: hue angle of 240º degrees, saturation: 0.07, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #323239 is Cyan = 0.12, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB505057-
CMYK0.120.1200.78
HSL240º6.54%20.98%-
HSV(B)240º12.28%22.35%-
XYZ3.193.254.33-
YUV50.8131.5127.43-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 31.85%
GREEN value IS 50 (19.92% from 255) = 31.85%
BLUE value IS 57 (22.66% from 255) = 36.31%
R=31.85%
G=31.85%
B=36.31%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5050570.120.1200.782406.5420.98
Hex323239CC04Ef0715
Octal62627114140116360725
Binary11001011001011100111001100010011101111000011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323239

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323239; }

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

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

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

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

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

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

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

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