Html Css Color HEX #283435 Outer Space

📋 copy color: '#283435'

red 40 ◦ green 52 ◦ blue 53

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

Shades of Outer Space #283435

Tints of Outer Space #283435

RGB

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

 GREEN value IS 52 (20.7% from 255) = 35.86%

 BLUE value IS 53 (21.09% from 255) = 36.55%

R = 27.59%
G = 35.86%
B = 36.55%

CMYK

 C value IS 0.25

 M value IS 0.02

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#283435 (or 0x283435) is known color: Outer Space. HEX triplet: 28, 34 and 35. RGB value is (40,52,53). Sum of RGB (Red+Green+Blue) = 40+52+53=145 (19% of max value = 765). Red value is 40 (16.02% from 255 or 27.59% from 145); Green value is 52 (20.70% from 255 or 35.86% from 145); Blue value is 53 (21.09% from 255 or 36.55% from 145); Max value from RGB is 53 - color contains mainly: blue. Hex color #283435 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #283435 is #D7CBCA. Grayscale: #303030. Windows color (decimal): -14142411 or 3486760. OLE color: 3486760.

HSL color Cylindrical-coordinate representation of color #283435: hue angle of 184.62º degrees, saturation: 0.14, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #283435 is Cyan = 0.25, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 40 52 53 -
CMYK 0.25 0.02 0 0.79
HSL 184.62º 0.14% 0.18% -
HSV(B) 184.62º 0.25% 0.21% -
XYZ 2.75 3.16 3.83 -
YUV 48.53 130.52 121.92 -
System Red Green Blue C M Y K H S L
Decimal 40 52 53 0.25 0.02 0 0.79 184.62 0.14 0.18
Hex 28 34 35 19 2 0 4F B9 E 12
Octal 50 64 65 31 2 0 117 271 16 22
Binary 101000 110100 110101 11001 10 0 1001111 10111001 1110 10010

Color Harmonies of #283435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #283435

Black with #283435

Text Example


Text Example

White with #283435

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #283435; }

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

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

background-color css

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

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

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

border-color css

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

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

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