#283133

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

Shades of Outer Space #283133

Tints of Outer Space #283133

Color information

#283133 (or 0x283133) is unknown color: approx Outer Space. HEX triplet: 28, 31 and 33. RGB value is (40,49,51). Sum of RGB (Red+Green+Blue) = 40+49+51=140 (18% of max value = 765). Red value is 40 (16.02% from 255 or 28.57% from 140); Green value is 49 (19.53% from 255 or 35% from 140); Blue value is 51 (20.31% from 255 or 36.43% from 140); Max value from RGB is 51 - color contains mainly: blue. Hex color #283133 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #283133 is #D7CECC. Grayscale: #2E2E2E. Windows color (decimal): -14143181 or 3354920. OLE color: 3354920.

HSL color Cylindrical-coordinate representation of color #283133: hue angle of 190.91º degrees, saturation: 0.12, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #283133 is Cyan = 0.22, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB404951-
CMYK0.220.0400.8
HSL190.91º12.09%17.84%-
HSV(B)190.91º21.57%20%-
XYZ2.572.893.55-
YUV46.54130.52123.34-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 28.57%
GREEN value IS 49 (19.53% from 255) = 35%
BLUE value IS 51 (20.31% from 255) = 36.43%
R=28.57%
G=35%
B=36.43%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal4049510.220.0400.8190.9112.0917.84
Hex283133164050bfc12
Octal50616326401202771422
Binary101000110001110011101101000101000010111111110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #283133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #283133; }

 p { color: rgb(40,49,51); }

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

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

 a { background-color: rgb(40,49,51); }

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

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

 span { border-color: rgb(40,49,51); }

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