#283435

Color #283435 Outer Space (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Outer Space #283435

Tints of Outer Space #283435

Color information

#283435 (or 0x283435) is unknown color: approx 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

RGB405253-
CMYK0.250.0200.79
HSL184.62º13.98%18.24%-
HSV(B)184.62º24.53%20.78%-
XYZ2.753.163.83-
YUV48.53130.52121.92-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 27.59%
GREEN value IS 52 (20.70% 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 (Cyan) values IS 0.25
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal4052530.250.0200.79184.6213.9818.24
Hex28343519204Fb9e12
Octal50646531201172711622
Binary10100011010011010111001100100111110111001111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #283435

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>