Shades of Outer Space #25393D
Tints of Outer Space #25393D
RGB
CMYK
RGB Variations
Color information
#25393D (or 0x25393D) is known color: Outer Space. HEX triplet: 25, 39 and 3D. RGB value is (37,57,61). Sum of RGB (Red+Green+Blue) = 37+57+61=155 (20% of max value = 765). Red value is 37 (14.84% from 255 or 23.87% from 155); Green value is 57 (22.66% from 255 or 36.77% from 155); Blue value is 61 (24.22% from 255 or 39.35% from 155); Max value from RGB is 61 - color contains mainly: blue. Hex color #25393D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25393D is #DAC6C2. Grayscale: #333333. Windows color (decimal): -14337731 or 4012325. OLE color: 4012325.
HSL color Cylindrical-coordinate representation of color #25393D: hue angle of 190º degrees, saturation: 0.24, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #25393D is Cyan = 0.39, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 37 | 57 | 61 | - |
| CMYK | 0.39 | 0.07 | 0 | 0.76 |
| HSL | 190º | 0.24% | 0.19% | - |
| HSV(B) | 190º | 0.39% | 0.24% | - |
| XYZ | 3.07 | 3.66 | 4.96 | - |
| YUV | 51.48 | 133.37 | 117.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 57 | 61 | 0.39 | 0.07 | 0 | 0.76 | 190 | 0.24 | 0.19 |
| Hex | 25 | 39 | 3D | 27 | 7 | 0 | 4C | BE | 18 | 13 |
| Octal | 45 | 71 | 75 | 47 | 7 | 0 | 114 | 276 | 30 | 23 |
| Binary | 100101 | 111001 | 111101 | 100111 | 111 | 0 | 1001100 | 10111110 | 11000 | 10011 |
Color Harmonies of #25393D
Complementary color
Monochromatic Colors of #25393D
Black with #25393D
Text Example
Text Example
White with #25393D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25393D; }
p { color: rgb(37,57,61); }
H1.HeaderClassName
{
color: #25393D;
}
.AnyTagClassName
{
color: #25393D;
}
</style>
background-color css
<style>
a { background-color: #25393D; }
a { background-color: rgb(37,57,61); }
div.DivClassName
{
background-color: #25393D;
}
.BgClassName
{
background-color: #25393D;
}
</style>
border-color css
<style>
span { border-color: #25393D; }
span { border-color: rgb(37,57,61); }
td.TdClassName
{
border-color: #25393D;
}
.TagClassName
{
border-color: #25393D;
}
</style>