Html Css Color HEX #253335 Outer Space

📋 copy color: '#253335'

red 37 ◦ green 51 ◦ blue 53

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

Shades of Outer Space #253335

Tints of Outer Space #253335

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

 M value IS 0.04

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#253335 (or 0x253335) is known color: 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

RGB 37 51 53 -
CMYK 0.30 0.04 0 0.79
HSL 187.5º 0.18% 0.18% -
HSV(B) 187.5º 0.3% 0.21% -
XYZ 2.59 3.02 3.81 -
YUV 47.04 131.36 120.84 -
System Red Green Blue C M Y K H S L
Decimal 37 51 53 0.30 0.04 0 0.79 187.5 0.18 0.18
Hex 25 33 35 1E 4 0 4F BC 12 12
Octal 45 63 65 36 4 0 117 274 22 22
Binary 100101 110011 110101 11110 100 0 1001111 10111100 10010 10010

Color Harmonies of #253335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253335

Black with #253335

Text Example


Text Example

White with #253335

Text Example


Text Example

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