#2D383B

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

Shades of Outer Space #2D383B

Tints of Outer Space #2D383B

Color information

#2D383B (or 0x2D383B) is unknown color: approx Outer Space. HEX triplet: 2D, 38 and 3B. RGB value is (45,56,59). Sum of RGB (Red+Green+Blue) = 45+56+59=160 (21% of max value = 765). Red value is 45 (17.97% from 255 or 28.12% from 160); Green value is 56 (22.27% from 255 or 35% from 160); Blue value is 59 (23.44% from 255 or 36.88% from 160); Max value from RGB is 59 - color contains mainly: blue. Hex color #2D383B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D383B is #D2C7C4. Grayscale: #353535. Windows color (decimal): -13813701 or 3881005. OLE color: 3881005.

HSL color Cylindrical-coordinate representation of color #2D383B: hue angle of 192.86º degrees, saturation: 0.13, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #2D383B is Cyan = 0.24, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB455659-
CMYK0.240.0500.77
HSL192.86º13.46%20.39%-
HSV(B)192.86º23.73%23.14%-
XYZ3.293.74.68-
YUV53.05131.36122.26-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 28.12%
GREEN value IS 56 (22.27% from 255) = 35%
BLUE value IS 59 (23.44% from 255) = 36.88%
R=28.12%
G=35%
B=36.88%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal4556590.240.0500.77192.8613.4620.39
Hex2D383B18504Dc1d14
Octal55707330501153011524
Binary101101111000111011110001010100110111000001110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D383B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2D383B; }

 p { color: rgb(45,56,59); }

 H1.HeaderClassName
 {
   color: #2D383B;
 }
 .AnyTagClassName
 {
   color: #2D383B;
 }
</style>
background-color css

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

 a { background-color: rgb(45,56,59); }

 div.DivClassName
 {
   background-color: #2D383B;
 }
 .BgClassName
 {
   background-color: #2D383B;
 }
</style>
border-color css

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

 span { border-color: rgb(45,56,59); }

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