#253133

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

Shades of Outer Space #253133

Tints of Outer Space #253133

Color information

#253133 (or 0x253133) is unknown color: approx 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

RGB374951-
CMYK0.270.0400.8
HSL188.57º15.91%17.25%-
HSV(B)188.57º27.45%20%-
XYZ2.462.833.55-
YUV45.64131.02121.84-

RGB Variations

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

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 (Cyan) values IS 0.27
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal3749510.270.0400.8188.5715.9117.25
Hex2531331B4050bd1011
Octal45616333401202752021
Binary1001011100011100111101110001010000101111011000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



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