#253538

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

Shades of Outer Space #253538

Tints of Outer Space #253538

Color information

#253538 (or 0x253538) is unknown color: approx Outer Space. HEX triplet: 25, 35 and 38. RGB value is (37,53,56). Sum of RGB (Red+Green+Blue) = 37+53+56=146 (19% of max value = 765). Red value is 37 (14.84% from 255 or 25.34% from 146); Green value is 53 (21.09% from 255 or 36.30% from 146); Blue value is 56 (22.27% from 255 or 38.36% from 146); Max value from RGB is 56 - color contains mainly: blue. Hex color #253538 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253538 is #DACAC7. Grayscale: #303030. Windows color (decimal): -14338760 or 3683621. OLE color: 3683621.

HSL color Cylindrical-coordinate representation of color #253538: hue angle of 189.47º degrees, saturation: 0.2, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #253538 is Cyan = 0.34, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB375356-
CMYK0.340.0500.78
HSL189.47º20.43%18.24%-
HSV(B)189.47º33.93%21.96%-
XYZ2.753.234.22-
YUV48.56132.2119.76-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 25.34%
GREEN value IS 53 (21.09% from 255) = 36.30%
BLUE value IS 56 (22.27% from 255) = 38.36%
R=25.34%
G=36.30%
B=38.36%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3753560.340.0500.78189.4720.4318.24
Hex25353822504Ebd1412
Octal45657042501162752422
Binary10010111010111100010001010101001110101111011010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253538; }

 p { color: rgb(37,53,56); }

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

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

 a { background-color: rgb(37,53,56); }

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

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

 span { border-color: rgb(37,53,56); }

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