Html Css Color HEX #253133 Outer Space

📋 copy color: '#253133'

red 37 ◦ green 49 ◦ blue 51

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

Shades of Outer Space #253133

Tints of Outer Space #253133

RGB

 RED value IS 37 (14.84% from 255) = 27.01%

 GREEN value IS 49 (19.53% from 255) = 35.77%

 BLUE value IS 51 (20.31% from 255) = 37.23%

R = 27.01%
G = 35.77%
B = 37.23%

CMYK

 C value IS 0.27

 M value IS 0.04

 Y value IS 0

 K value IS 0.8

RGB Variations

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

Color information

#253133 (or 0x253133) is known color: Outer Space. HEX triplet: 25, 31 and 33. RGB value is (37,49,51). Sum of RGB (Red+Green+Blue) = 37+49+51=137 (18% of max value = 765). Red value is 37 (14.84% from 255 or 27.01% from 137); Green value is 49 (19.53% from 255 or 35.77% from 137); Blue value is 51 (20.31% from 255 or 37.23% from 137); Max value from RGB is 51 - color contains mainly: blue. Hex color #253133 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253133 is #DACECC. Grayscale: #2D2D2D. Windows color (decimal): -14339789 or 3354917. OLE color: 3354917.

HSL color Cylindrical-coordinate representation of color #253133: hue angle of 188.57º degrees, saturation: 0.16, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #253133 is Cyan = 0.27, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB 37 49 51 -
CMYK 0.27 0.04 0 0.8
HSL 188.57º 0.16% 0.17% -
HSV(B) 188.57º 0.27% 0.2% -
XYZ 2.46 2.83 3.55 -
YUV 45.64 131.02 121.84 -
System Red Green Blue C M Y K H S L
Decimal 37 49 51 0.27 0.04 0 0.8 188.57 0.16 0.17
Hex 25 31 33 1B 4 0 50 BD 10 11
Octal 45 61 63 33 4 0 120 275 20 21
Binary 100101 110001 110011 11011 100 0 1010000 10111101 10000 10001

Color Harmonies of #253133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253133

Black with #253133

Text Example


Text Example

White with #253133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #253133; }

 p { color: rgb(37,49,51); }

 H1.HeaderClassName
 {
   color: #253133;
 }
 .AnyTagClassName
 {
   color: #253133;
 }
</style>

background-color css

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

 a { background-color: rgb(37,49,51); }

 div.DivClassName
 {
   background-color: #253133;
 }
 .BgClassName
 {
   background-color: #253133;
 }
</style>

border-color css

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

 span { border-color: rgb(37,49,51); }

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