#253335

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

Shades of Outer Space #253335

Tints of Outer Space #253335

Color information

#253335 (or 0x253335) is unknown color: approx Outer Space. HEX triplet: 25, 33 and 35. RGB value is (37,51,53). Sum of RGB (Red+Green+Blue) = 37+51+53=141 (18% of max value = 765). Red value is 37 (14.84% from 255 or 26.24% from 141); Green value is 51 (20.31% from 255 or 36.17% from 141); Blue value is 53 (21.09% from 255 or 37.59% from 141); Max value from RGB is 53 - color contains mainly: blue. Hex color #253335 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253335 is #DACCCA. Grayscale: #2F2F2F. Windows color (decimal): -14339275 or 3486501. OLE color: 3486501.

HSL color Cylindrical-coordinate representation of color #253335: hue angle of 187.5º degrees, saturation: 0.18, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #253335 is Cyan = 0.30, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB375153-
CMYK0.300.0400.79
HSL187.5º17.78%17.65%-
HSV(B)187.5º30.19%20.78%-
XYZ2.593.023.81-
YUV47.04131.36120.84-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 26.24%
GREEN value IS 51 (20.31% from 255) = 36.17%
BLUE value IS 53 (21.09% from 255) = 37.59%
R=26.24%
G=36.17%
B=37.59%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal3751530.300.0400.79187.517.7817.65
Hex2533351E404Fbc1212
Octal45636536401172742222
Binary1001011100111101011111010001001111101111001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253335; }

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

 H1.HeaderClassName
 {
   color: #253335;
 }
 .AnyTagClassName
 {
   color: #253335;
 }
</style>
background-color css

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

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

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

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

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

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