#25373A

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

Shades of Outer Space #25373A

Tints of Outer Space #25373A

Color information

#25373A (or 0x25373A) is unknown color: approx Outer Space. HEX triplet: 25, 37 and 3A. RGB value is (37,55,58). Sum of RGB (Red+Green+Blue) = 37+55+58=150 (19% of max value = 765). Red value is 37 (14.84% from 255 or 24.67% from 150); Green value is 55 (21.88% from 255 or 36.67% from 150); Blue value is 58 (23.05% from 255 or 38.67% from 150); Max value from RGB is 58 - color contains mainly: blue. Hex color #25373A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25373A is #DAC8C5. Grayscale: #313131. Windows color (decimal): -14338246 or 3815205. OLE color: 3815205.

HSL color Cylindrical-coordinate representation of color #25373A: hue angle of 188.57º degrees, saturation: 0.22, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #25373A is Cyan = 0.36, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB375558-
CMYK0.360.0500.77
HSL188.57º22.11%18.63%-
HSV(B)188.57º36.21%22.75%-
XYZ2.893.434.51-
YUV49.96132.54118.76-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 24.67%
GREEN value IS 55 (21.88% from 255) = 36.67%
BLUE value IS 58 (23.05% from 255) = 38.67%
R=24.67%
G=36.67%
B=38.67%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal3755580.360.0500.77188.5722.1118.63
Hex25373A24504Dbd1613
Octal45677244501152752623
Binary10010111011111101010010010101001101101111011011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25373A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25373A; }

 p { color: rgb(37,55,58); }

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

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

 a { background-color: rgb(37,55,58); }

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

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

 span { border-color: rgb(37,55,58); }

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