Shades of Outer Space #25383B
Tints of Outer Space #25383B
RGB
CMYK
RGB Variations
Color information
#25383B (or 0x25383B) is known color: Outer Space. HEX triplet: 25, 38 and 3B. RGB value is (37,56,59). Sum of RGB (Red+Green+Blue) = 37+56+59=152 (20% of max value = 765). Red value is 37 (14.84% from 255 or 24.34% from 152); Green value is 56 (22.27% from 255 or 36.84% from 152); Blue value is 59 (23.44% from 255 or 38.82% from 152); Max value from RGB is 59 - color contains mainly: blue. Hex color #25383B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25383B is #DAC7C4. Grayscale: #323232. Windows color (decimal): -14337989 or 3880997. OLE color: 3880997.
HSL color Cylindrical-coordinate representation of color #25383B: hue angle of 188.18º degrees, saturation: 0.23, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #25383B is Cyan = 0.37, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 37 | 56 | 59 | - |
| CMYK | 0.37 | 0.05 | 0 | 0.77 |
| HSL | 188.18º | 0.23% | 0.19% | - |
| HSV(B) | 188.18º | 0.37% | 0.23% | - |
| XYZ | 2.97 | 3.54 | 4.66 | - |
| YUV | 50.66 | 132.71 | 118.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 56 | 59 | 0.37 | 0.05 | 0 | 0.77 | 188.18 | 0.23 | 0.19 |
| Hex | 25 | 38 | 3B | 25 | 5 | 0 | 4D | BC | 17 | 13 |
| Octal | 45 | 70 | 73 | 45 | 5 | 0 | 115 | 274 | 27 | 23 |
| Binary | 100101 | 111000 | 111011 | 100101 | 101 | 0 | 1001101 | 10111100 | 10111 | 10011 |
Color Harmonies of #25383B
Complementary color
Monochromatic Colors of #25383B
Black with #25383B
Text Example
Text Example
White with #25383B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25383B; }
p { color: rgb(37,56,59); }
H1.HeaderClassName
{
color: #25383B;
}
.AnyTagClassName
{
color: #25383B;
}
</style>
background-color css
<style>
a { background-color: #25383B; }
a { background-color: rgb(37,56,59); }
div.DivClassName
{
background-color: #25383B;
}
.BgClassName
{
background-color: #25383B;
}
</style>
border-color css
<style>
span { border-color: #25383B; }
span { border-color: rgb(37,56,59); }
td.TdClassName
{
border-color: #25383B;
}
.TagClassName
{
border-color: #25383B;
}
</style>