Html Css Color HEX #283A3B Outer Space

📋 copy color: '#283A3B'

red 40 ◦ green 58 ◦ blue 59

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

Shades of Outer Space #283A3B

Tints of Outer Space #283A3B

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 value IS 0.32

 M value IS 0.02

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#283A3B (or 0x283A3B) is known color: 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

RGB 40 58 59 -
CMYK 0.32 0.02 0 0.77
HSL 183.16º 0.19% 0.19% -
HSV(B) 183.16º 0.32% 0.23% -
XYZ 3.18 3.79 4.7 -
YUV 52.73 131.54 118.92 -
System Red Green Blue C M Y K H S L
Decimal 40 58 59 0.32 0.02 0 0.77 183.16 0.19 0.19
Hex 28 3A 3B 20 2 0 4D B7 13 13
Octal 50 72 73 40 2 0 115 267 23 23
Binary 101000 111010 111011 100000 10 0 1001101 10110111 10011 10011

Color Harmonies of #283A3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #283A3B

Black with #283A3B

Text Example


Text Example

White with #283A3B

Text Example


Text Example

HTML Codes & Css Web 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>