#323240

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

Shades of Black Rock #323240

Tints of Black Rock #323240

Color information

#323240 (or 0x323240) is unknown color: approx Black Rock. HEX triplet: 32, 32 and 40. RGB value is (50,50,64). Sum of RGB (Red+Green+Blue) = 50+50+64=164 (21% of max value = 765). Red value is 50 (19.92% from 255 or 30.49% from 164); Green value is 50 (19.92% from 255 or 30.49% from 164); Blue value is 64 (25.39% from 255 or 39.02% from 164); Max value from RGB is 64 - color contains mainly: blue. Hex color #323240 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323240 is #CDCDBF. Grayscale: #333333. Windows color (decimal): -13487552 or 4207154. OLE color: 4207154.

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

Color convert

RGB505064-
CMYK0.220.2200.75
HSL240º12.28%22.35%-
HSV(B)240º21.88%25.1%-
XYZ3.383.335.31-
YUV51.6135126.86-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 30.49%
GREEN value IS 50 (19.92% from 255) = 30.49%
BLUE value IS 64 (25.39% from 255) = 39.02%
R=30.49%
G=30.49%
B=39.02%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5050640.220.2200.7524012.2822.35
Hex323240161604Bf0c16
Octal6262100262601133601426
Binary110010110010100000010110101100100101111110000110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323240; }

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

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

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

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

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

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

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

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