#25393D

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

Shades of Outer Space #25393D

Tints of Outer Space #25393D

Color information

#25393D (or 0x25393D) is unknown color: approx 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

RGB375761-
CMYK0.390.0700.76
HSL190º24.49%19.22%-
HSV(B)190º39.34%23.92%-
XYZ3.073.664.96-
YUV51.48133.37117.67-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 23.87%
GREEN value IS 57 (22.66% from 255) = 36.77%
BLUE value IS 61 (24.22% from 255) = 39.35%
R=23.87%
G=36.77%
B=39.35%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal3757610.390.0700.7619024.4919.22
Hex25393D27704Cbe1813
Octal45717547701142763023
Binary10010111100111110110011111101001100101111101100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25393D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>