#283B3C

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

Shades of Outer Space #283B3C

Tints of Outer Space #283B3C

Color information

#283B3C (or 0x283B3C) is unknown color: approx Outer Space. HEX triplet: 28, 3B and 3C. RGB value is (40,59,60). Sum of RGB (Red+Green+Blue) = 40+59+60=159 (21% of max value = 765). Red value is 40 (16.02% from 255 or 25.16% from 159); Green value is 59 (23.44% from 255 or 37.11% from 159); Blue value is 60 (23.83% from 255 or 37.74% from 159); Max value from RGB is 60 - color contains mainly: blue. Hex color #283B3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #283B3C is #D7C4C3. Grayscale: #353535. Windows color (decimal): -14140612 or 3947304. OLE color: 3947304.

HSL color Cylindrical-coordinate representation of color #283B3C: hue angle of 183º degrees, saturation: 0.2, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #283B3C is Cyan = 0.33, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB405960-
CMYK0.330.0200.76
HSL183º20%19.61%-
HSV(B)183º33.33%23.53%-
XYZ3.253.914.86-
YUV53.43131.71118.42-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 25.16%
GREEN value IS 59 (23.44% from 255) = 37.11%
BLUE value IS 60 (23.83% from 255) = 37.74%
R=25.16%
G=37.11%
B=37.74%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal4059600.330.0200.761832019.61
Hex283B3C21204Cb71414
Octal50737441201142672424
Binary1010001110111111001000011001001100101101111010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #283B3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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