#283F41

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

Shades of Outer Space #283F41

Tints of Outer Space #283F41

Color information

#283F41 (or 0x283F41) is unknown color: approx Outer Space. HEX triplet: 28, 3F and 41. RGB value is (40,63,65). Sum of RGB (Red+Green+Blue) = 40+63+65=168 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.81% from 168); Green value is 63 (25% from 255 or 37.5% from 168); Blue value is 65 (25.78% from 255 or 38.69% from 168); Max value from RGB is 65 - color contains mainly: blue. Hex color #283F41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #283F41 is #D7C0BE. Grayscale: #383838. Windows color (decimal): -14139583 or 4276008. OLE color: 4276008.

HSL color Cylindrical-coordinate representation of color #283F41: hue angle of 184.8º degrees, saturation: 0.24, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #283F41 is Cyan = 0.38, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB406365-
CMYK0.380.0300.75
HSL184.8º23.81%20.59%-
HSV(B)184.8º38.46%25.49%-
XYZ3.614.395.66-
YUV56.35132.88116.34-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 23.81%
GREEN value IS 63 (25% from 255) = 37.5%
BLUE value IS 65 (25.78% from 255) = 38.69%
R=23.81%
G=37.5%
B=38.69%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4063650.380.0300.75184.823.8120.59
Hex283F4126304Bb91815
Octal507710146301132713025
Binary10100011111110000011001101101001011101110011100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #283F41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,63,65); }

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

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

 a { background-color: rgb(40,63,65); }

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

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

 span { border-color: rgb(40,63,65); }

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