Html Css Color HEX #25393D Outer Space

📋 copy color: '#25393D'

red 37 ◦ green 57 ◦ blue 61

#25393D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Outer Space #25393D

Tints of Outer Space #25393D

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 value IS 0.39

 M value IS 0.07

 Y value IS 0

 K value IS 0.76

RGB Variations

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

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

Triadic Colors

Analogous colors

Split complements colors

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>