#323241

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

Shades of Black Rock #323241

Tints of Black Rock #323241

Color information

#323241 (or 0x323241) is unknown color: approx Black Rock. HEX triplet: 32, 32 and 41. RGB value is (50,50,65). Sum of RGB (Red+Green+Blue) = 50+50+65=165 (21% of max value = 765). Red value is 50 (19.92% from 255 or 30.30% from 165); Green value is 50 (19.92% from 255 or 30.30% from 165); Blue value is 65 (25.78% from 255 or 39.39% from 165); Max value from RGB is 65 - color contains mainly: blue. Hex color #323241 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323241 is #CDCDBE. Grayscale: #333333. Windows color (decimal): -13487551 or 4272690. OLE color: 4272690.

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

Color convert

RGB505065-
CMYK0.230.2300.75
HSL240º13.04%22.55%-
HSV(B)240º23.08%25.49%-
XYZ3.413.345.47-
YUV51.71135.5126.78-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 30.30%
GREEN value IS 50 (19.92% from 255) = 30.30%
BLUE value IS 65 (25.78% from 255) = 39.39%
R=30.30%
G=30.30%
B=39.39%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5050650.230.2300.7524013.0422.55
Hex323241171704Bf0d17
Octal6262101272701133601527
Binary110010110010100000110111101110100101111110000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323241; }

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

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

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

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

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

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

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

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