Html Css Color HEX #283234 Outer Space

📋 copy color: '#283234'

red 40 ◦ green 50 ◦ blue 52

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

Shades of Outer Space #283234

Tints of Outer Space #283234

RGB

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

 GREEN value IS 50 (19.92% from 255) = 35.21%

 BLUE value IS 52 (20.7% from 255) = 36.62%

R = 28.17%
G = 35.21%
B = 36.62%

CMYK

 C value IS 0.23

 M value IS 0.04

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#283234 (or 0x283234) is known color: Outer Space. HEX triplet: 28, 32 and 34. RGB value is (40,50,52). Sum of RGB (Red+Green+Blue) = 40+50+52=142 (18% of max value = 765). Red value is 40 (16.02% from 255 or 28.17% from 142); Green value is 50 (19.92% from 255 or 35.21% from 142); Blue value is 52 (20.70% from 255 or 36.62% from 142); Max value from RGB is 52 - color contains mainly: blue. Hex color #283234 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #283234 is #D7CDCB. Grayscale: #2F2F2F. Windows color (decimal): -14142924 or 3420712. OLE color: 3420712.

HSL color Cylindrical-coordinate representation of color #283234: hue angle of 190º degrees, saturation: 0.13, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #283234 is Cyan = 0.23, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 40 50 52 -
CMYK 0.23 0.04 0 0.80
HSL 190º 0.13% 0.18% -
HSV(B) 190º 0.23% 0.2% -
XYZ 2.64 2.98 3.69 -
YUV 47.24 130.69 122.84 -
System Red Green Blue C M Y K H S L
Decimal 40 50 52 0.23 0.04 0 0.80 190 0.13 0.18
Hex 28 32 34 17 4 0 50 BE D 12
Octal 50 62 64 27 4 0 120 276 15 22
Binary 101000 110010 110100 10111 100 0 1010000 10111110 1101 10010

Color Harmonies of #283234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #283234

Black with #283234

Text Example


Text Example

White with #283234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #283234; }

 p { color: rgb(40,50,52); }

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

background-color css

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

 a { background-color: rgb(40,50,52); }

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

border-color css

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

 span { border-color: rgb(40,50,52); }

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