#323344

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

Shades of Black Rock #323344

Tints of Black Rock #323344

Color information

#323344 (or 0x323344) is unknown color: approx Black Rock. HEX triplet: 32, 33 and 44. RGB value is (50,51,68). Sum of RGB (Red+Green+Blue) = 50+51+68=169 (22% of max value = 765). Red value is 50 (19.92% from 255 or 29.59% from 169); Green value is 51 (20.31% from 255 or 30.18% from 169); Blue value is 68 (26.95% from 255 or 40.24% from 169); Max value from RGB is 68 - color contains mainly: blue. Hex color #323344 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323344 is #CDCCBB. Grayscale: #343434. Windows color (decimal): -13487292 or 4469554. OLE color: 4469554.

HSL color Cylindrical-coordinate representation of color #323344: hue angle of 236.67º degrees, saturation: 0.15, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #323344 is Cyan = 0.26, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB505168-
CMYK0.260.2500.73
HSL236.67º15.25%23.14%-
HSV(B)236.67º26.47%26.67%-
XYZ3.543.465.95-
YUV52.64136.67126.12-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 29.59%
GREEN value IS 51 (20.31% from 255) = 30.18%
BLUE value IS 68 (26.95% from 255) = 40.24%
R=29.59%
G=30.18%
B=40.24%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5051680.260.2500.73236.6715.2523.14
Hex3233441A19049edf17
Octal6263104323101113551727
Binary110010110011100010011010110010100100111101101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323344; }

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

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

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

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

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

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

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

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