Html Css Color HEX #253234 Outer Space

📋 copy color: '#253234'

red 37 ◦ green 50 ◦ blue 52

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

Shades of Outer Space #253234

Tints of Outer Space #253234

RGB

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

 GREEN value IS 50 (19.92% from 255) = 35.97%

 BLUE value IS 52 (20.7% from 255) = 37.41%

R = 26.62%
G = 35.97%
B = 37.41%

CMYK

 C value IS 0.29

 M value IS 0.04

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#253234 (or 0x253234) is known color: Outer Space. HEX triplet: 25, 32 and 34. RGB value is (37,50,52). Sum of RGB (Red+Green+Blue) = 37+50+52=139 (18% of max value = 765). Red value is 37 (14.84% from 255 or 26.62% from 139); Green value is 50 (19.92% from 255 or 35.97% from 139); Blue value is 52 (20.70% from 255 or 37.41% from 139); Max value from RGB is 52 - color contains mainly: blue. Hex color #253234 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253234 is #DACDCB. Grayscale: #2E2E2E. Windows color (decimal): -14339532 or 3420709. OLE color: 3420709.

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

Color convert

RGB 37 50 52 -
CMYK 0.29 0.04 0 0.80
HSL 188º 0.17% 0.17% -
HSV(B) 188º 0.29% 0.2% -
XYZ 2.52 2.92 3.68 -
YUV 46.34 131.19 121.34 -
System Red Green Blue C M Y K H S L
Decimal 37 50 52 0.29 0.04 0 0.80 188 0.17 0.17
Hex 25 32 34 1D 4 0 50 BC 11 11
Octal 45 62 64 35 4 0 120 274 21 21
Binary 100101 110010 110100 11101 100 0 1010000 10111100 10001 10001

Color Harmonies of #253234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253234

Black with #253234

Text Example


Text Example

White with #253234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #253234; }

 p { color: rgb(37,50,52); }

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

background-color css

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

 a { background-color: rgb(37,50,52); }

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

border-color css

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

 span { border-color: rgb(37,50,52); }

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