#323443

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

Shades of Black Rock #323443

Tints of Black Rock #323443

Color information

#323443 (or 0x323443) is unknown color: approx Black Rock. HEX triplet: 32, 34 and 43. RGB value is (50,52,67). Sum of RGB (Red+Green+Blue) = 50+52+67=169 (22% of max value = 765). Red value is 50 (19.92% from 255 or 29.59% from 169); Green value is 52 (20.70% from 255 or 30.77% from 169); Blue value is 67 (26.56% from 255 or 39.64% from 169); Max value from RGB is 67 - color contains mainly: blue. Hex color #323443 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323443 is #CDCBBC. Grayscale: #353535. Windows color (decimal): -13487037 or 4404274. OLE color: 4404274.

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

Color convert

RGB505267-
CMYK0.250.2200.74
HSL232.94º14.53%22.94%-
HSV(B)232.94º25.37%26.27%-
XYZ3.563.545.81-
YUV53.11135.84125.78-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 29.59%
GREEN value IS 52 (20.70% from 255) = 30.77%
BLUE value IS 67 (26.56% from 255) = 39.64%
R=29.59%
G=30.77%
B=39.64%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5052670.250.2200.74232.9414.5322.94
Hex323443191604Ae9f17
Octal6264103312601123511727
Binary110010110100100001111001101100100101011101001111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323443

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323443; }

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

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

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

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

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

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

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

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