#283A3B

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

Shades of Outer Space #283A3B

Tints of Outer Space #283A3B

Color information

#283A3B (or 0x283A3B) is unknown color: approx Outer Space. HEX triplet: 28, 3A and 3B. RGB value is (40,58,59). Sum of RGB (Red+Green+Blue) = 40+58+59=157 (20% of max value = 765). Red value is 40 (16.02% from 255 or 25.48% from 157); Green value is 58 (23.05% from 255 or 36.94% from 157); Blue value is 59 (23.44% from 255 or 37.58% from 157); Max value from RGB is 59 - color contains mainly: blue. Hex color #283A3B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #283A3B is #D7C5C4. Grayscale: #343434. Windows color (decimal): -14140869 or 3881512. OLE color: 3881512.

HSL color Cylindrical-coordinate representation of color #283A3B: hue angle of 183.16º degrees, saturation: 0.19, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #283A3B is Cyan = 0.32, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB405859-
CMYK0.320.0200.77
HSL183.16º19.19%19.41%-
HSV(B)183.16º32.2%23.14%-
XYZ3.183.794.7-
YUV52.73131.54118.92-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 25.48%
GREEN value IS 58 (23.05% from 255) = 36.94%
BLUE value IS 59 (23.44% from 255) = 37.58%
R=25.48%
G=36.94%
B=37.58%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal4058590.320.0200.77183.1619.1919.41
Hex283A3B20204Db71313
Octal50727340201152672323
Binary1010001110101110111000001001001101101101111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #283A3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #283A3B; }

 p { color: rgb(40,58,59); }

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

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

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

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

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

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

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