#323341

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

Shades of Black Rock #323341

Tints of Black Rock #323341

Color information

#323341 (or 0x323341) is unknown color: approx Black Rock. HEX triplet: 32, 33 and 41. RGB value is (50,51,65). Sum of RGB (Red+Green+Blue) = 50+51+65=166 (21% of max value = 765). Red value is 50 (19.92% from 255 or 30.12% from 166); Green value is 51 (20.31% from 255 or 30.72% from 166); Blue value is 65 (25.78% from 255 or 39.16% from 166); Max value from RGB is 65 - color contains mainly: blue. Hex color #323341 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323341 is #CDCCBE. Grayscale: #343434. Windows color (decimal): -13487295 or 4272946. OLE color: 4272946.

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

Color convert

RGB505165-
CMYK0.230.2200.75
HSL236º13.04%22.55%-
HSV(B)236º23.08%25.49%-
XYZ3.453.435.48-
YUV52.3135.17126.36-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 30.12%
GREEN value IS 51 (20.31% from 255) = 30.72%
BLUE value IS 65 (25.78% from 255) = 39.16%
R=30.12%
G=30.72%
B=39.16%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5051650.230.2200.7523613.0422.55
Hex323341171604Becd17
Octal6263101272601133541527
Binary110010110011100000110111101100100101111101100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323341; }

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

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

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

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

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

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

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

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