#323343

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

Shades of Black Rock #323343

Tints of Black Rock #323343

Color information

#323343 (or 0x323343) is unknown color: approx Black Rock. HEX triplet: 32, 33 and 43. RGB value is (50,51,67). Sum of RGB (Red+Green+Blue) = 50+51+67=168 (22% of max value = 765). Red value is 50 (19.92% from 255 or 29.76% from 168); Green value is 51 (20.31% from 255 or 30.36% from 168); Blue value is 67 (26.56% from 255 or 39.88% from 168); Max value from RGB is 67 - color contains mainly: blue. Hex color #323343 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323343 is #CDCCBC. Grayscale: #343434. Windows color (decimal): -13487293 or 4404018. OLE color: 4404018.

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

Color convert

RGB505167-
CMYK0.250.2400.74
HSL236.47º14.53%22.94%-
HSV(B)236.47º25.37%26.27%-
XYZ3.513.455.79-
YUV52.52136.17126.2-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 29.76%
GREEN value IS 51 (20.31% from 255) = 30.36%
BLUE value IS 67 (26.56% from 255) = 39.88%
R=29.76%
G=30.36%
B=39.88%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5051670.250.2400.74236.4714.5322.94
Hex323343191804Aecf17
Octal6263103313001123541727
Binary110010110011100001111001110000100101011101100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323343

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323343; }

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

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

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

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

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

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

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

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