Html Css Color HEX #283538 Outer Space

📋 copy color: '#283538'

red 40 ◦ green 53 ◦ blue 56

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

Shades of Outer Space #283538

Tints of Outer Space #283538

RGB

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

 GREEN value IS 53 (21.09% from 255) = 35.57%

 BLUE value IS 56 (22.27% from 255) = 37.58%

R = 26.85%
G = 35.57%
B = 37.58%

CMYK

 C value IS 0.29

 M value IS 0.05

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#283538 (or 0x283538) is known color: Outer Space. HEX triplet: 28, 35 and 38. RGB value is (40,53,56). Sum of RGB (Red+Green+Blue) = 40+53+56=149 (19% of max value = 765). Red value is 40 (16.02% from 255 or 26.85% from 149); Green value is 53 (21.09% from 255 or 35.57% from 149); Blue value is 56 (22.27% from 255 or 37.58% from 149); Max value from RGB is 56 - color contains mainly: blue. Hex color #283538 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #283538 is #D7CAC7. Grayscale: #313131. Windows color (decimal): -14142152 or 3683624. OLE color: 3683624.

HSL color Cylindrical-coordinate representation of color #283538: hue angle of 191.25º degrees, saturation: 0.17, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #283538 is Cyan = 0.29, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 40 53 56 -
CMYK 0.29 0.05 0 0.78
HSL 191.25º 0.17% 0.19% -
HSV(B) 191.25º 0.29% 0.22% -
XYZ 2.86 3.28 4.22 -
YUV 49.46 131.69 121.26 -
System Red Green Blue C M Y K H S L
Decimal 40 53 56 0.29 0.05 0 0.78 191.25 0.17 0.19
Hex 28 35 38 1D 5 0 4E BF 11 13
Octal 50 65 70 35 5 0 116 277 21 23
Binary 101000 110101 111000 11101 101 0 1001110 10111111 10001 10011

Color Harmonies of #283538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #283538

Black with #283538

Text Example


Text Example

White with #283538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #283538; }

 p { color: rgb(40,53,56); }

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

background-color css

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

 a { background-color: rgb(40,53,56); }

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

border-color css

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

 span { border-color: rgb(40,53,56); }

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