Html Css Color HEX #28393B Outer Space

📋 copy color: '#28393B'

red 40 ◦ green 57 ◦ blue 59

#28393B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Outer Space #28393B

Tints of Outer Space #28393B

RGB

 RED value IS 40 (16.02% from 255) = 25.64%

 GREEN value IS 57 (22.66% from 255) = 36.54%

 BLUE value IS 59 (23.44% from 255) = 37.82%

R = 25.64%
G = 36.54%
B = 37.82%

CMYK

 C value IS 0.32

 M value IS 0.03

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#28393B (or 0x28393B) is known color: Outer Space. HEX triplet: 28, 39 and 3B. RGB value is (40,57,59). Sum of RGB (Red+Green+Blue) = 40+57+59=156 (20% of max value = 765). Red value is 40 (16.02% from 255 or 25.64% from 156); Green value is 57 (22.66% from 255 or 36.54% from 156); Blue value is 59 (23.44% from 255 or 37.82% from 156); Max value from RGB is 59 - color contains mainly: blue. Hex color #28393B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28393B is #D7C6C4. Grayscale: #343434. Windows color (decimal): -14141125 or 3881256. OLE color: 3881256.

HSL color Cylindrical-coordinate representation of color #28393B: hue angle of 186.32º 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 #28393B is Cyan = 0.32, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 40 57 59 -
CMYK 0.32 0.03 0 0.77
HSL 186.32º 0.19% 0.19% -
HSV(B) 186.32º 0.32% 0.23% -
XYZ 3.13 3.69 4.69 -
YUV 52.15 131.87 119.34 -
System Red Green Blue C M Y K H S L
Decimal 40 57 59 0.32 0.03 0 0.77 186.32 0.19 0.19
Hex 28 39 3B 20 3 0 4D BA 13 13
Octal 50 71 73 40 3 0 115 272 23 23
Binary 101000 111001 111011 100000 11 0 1001101 10111010 10011 10011

Color Harmonies of #28393B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28393B

Black with #28393B

Text Example


Text Example

White with #28393B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28393B; }

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

 H1.HeaderClassName
 {
   color: #28393B;
 }
 .AnyTagClassName
 {
   color: #28393B;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #28393B;
 }
 .BgClassName
 {
   background-color: #28393B;
 }
</style>

border-color css

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

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

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