#323B3B

Color #323B3B Outer Space (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Outer Space #323B3B

Tints of Outer Space #323B3B

Color information

#323B3B (or 0x323B3B) is unknown color: approx Outer Space. HEX triplet: 32, 3B and 3B. RGB value is (50,59,59). Sum of RGB (Red+Green+Blue) = 50+59+59=168 (22% of max value = 765). Red value is 50 (19.92% from 255 or 29.76% from 168); Green value is 59 (23.44% from 255 or 35.12% from 168); Blue value is 59 (23.44% from 255 or 35.12% from 168); Max value from RGB is 59 - color contains mainly: green, blue. Hex color #323B3B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323B3B is #CDC4C4. Grayscale: #383838. Windows color (decimal): -13485253 or 3881778. OLE color: 3881778.

HSL color Cylindrical-coordinate representation of color #323B3B: hue angle of 180º degrees, saturation: 0.08, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #323B3B is Cyan = 0.15, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB505959-
CMYK0.15000.77
HSL180º8.26%21.37%-
HSV(B)180º15.25%23.14%-
XYZ3.674.124.74-
YUV56.31129.52123.5-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 29.76%
GREEN value IS 59 (23.44% from 255) = 35.12%
BLUE value IS 59 (23.44% from 255) = 35.12%
R=29.76%
G=35.12%
B=35.12%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5059590.15000.771808.2621.37
Hex323B3BF004Db4815
Octal62737317001152641025
Binary110010111011111011111100100110110110100100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323B3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323B3B; }

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

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

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

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

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

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

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

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