#323340

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

Shades of Black Rock #323340

Tints of Black Rock #323340

Color information

#323340 (or 0x323340) is unknown color: approx Black Rock. HEX triplet: 32, 33 and 40. RGB value is (50,51,64). Sum of RGB (Red+Green+Blue) = 50+51+64=165 (21% of max value = 765). Red value is 50 (19.92% from 255 or 30.30% from 165); Green value is 51 (20.31% from 255 or 30.91% from 165); Blue value is 64 (25.39% from 255 or 38.79% from 165); Max value from RGB is 64 - color contains mainly: blue. Hex color #323340 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323340 is #CDCCBF. Grayscale: #343434. Windows color (decimal): -13487296 or 4207410. OLE color: 4207410.

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

Color convert

RGB505164-
CMYK0.220.2000.75
HSL235.71º12.28%22.35%-
HSV(B)235.71º21.88%25.1%-
XYZ3.423.425.33-
YUV52.18134.67126.44-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 30.30%
GREEN value IS 51 (20.31% from 255) = 30.91%
BLUE value IS 64 (25.39% from 255) = 38.79%
R=30.30%
G=30.91%
B=38.79%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5051640.220.2000.75235.7112.2822.35
Hex323340161404Becc16
Octal6263100262401133541426
Binary110010110011100000010110101000100101111101100110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323340; }

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

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

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

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

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

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

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

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