#323339

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

Shades of Black Rock #323339

Tints of Black Rock #323339

Color information

#323339 (or 0x323339) is unknown color: approx Black Rock. HEX triplet: 32, 33 and 39. RGB value is (50,51,57). Sum of RGB (Red+Green+Blue) = 50+51+57=158 (20% of max value = 765). Red value is 50 (19.92% from 255 or 31.65% from 158); Green value is 51 (20.31% from 255 or 32.28% from 158); Blue value is 57 (22.66% from 255 or 36.08% from 158); Max value from RGB is 57 - color contains mainly: blue. Hex color #323339 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323339 is #CDCCC6. Grayscale: #333333. Windows color (decimal): -13487303 or 3748658. OLE color: 3748658.

HSL color Cylindrical-coordinate representation of color #323339: hue angle of 231.43º 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 #323339 is Cyan = 0.12, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB505157-
CMYK0.120.1100.78
HSL231.43º6.54%20.98%-
HSV(B)231.43º12.28%22.35%-
XYZ3.243.344.35-
YUV51.38131.17127.01-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 31.65%
GREEN value IS 51 (20.31% from 255) = 32.28%
BLUE value IS 57 (22.66% from 255) = 36.08%
R=31.65%
G=32.28%
B=36.08%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5051570.120.1100.78231.436.5420.98
Hex323339CB04Ee7715
Octal62637114130116347725
Binary11001011001111100111001011010011101110011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323339

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323339; }

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

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

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

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

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

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

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

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