Html Css Color HEX #25373A Outer Space

📋 copy color: '#25373A'

red 37 ◦ green 55 ◦ blue 58

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

Shades of Outer Space #25373A

Tints of Outer Space #25373A

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

 M value IS 0.05

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#25373A (or 0x25373A) is known color: 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

RGB 37 55 58 -
CMYK 0.36 0.05 0 0.77
HSL 188.57º 0.22% 0.19% -
HSV(B) 188.57º 0.36% 0.23% -
XYZ 2.89 3.43 4.51 -
YUV 49.96 132.54 118.76 -
System Red Green Blue C M Y K H S L
Decimal 37 55 58 0.36 0.05 0 0.77 188.57 0.22 0.19
Hex 25 37 3A 24 5 0 4D BD 16 13
Octal 45 67 72 44 5 0 115 275 26 23
Binary 100101 110111 111010 100100 101 0 1001101 10111101 10110 10011

Color Harmonies of #25373A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25373A

Black with #25373A

Text Example


Text Example

White with #25373A

Text Example


Text Example

HTML Codes & Css Web 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>