Html Css Color HEX #273335 Outer Space

📋 copy color: '#273335'

red 39 ◦ green 51 ◦ blue 53

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

Shades of Outer Space #273335

Tints of Outer Space #273335

RGB

 RED value IS 39 (15.63% from 255) = 27.27%

 GREEN value IS 51 (20.31% from 255) = 35.66%

 BLUE value IS 53 (21.09% from 255) = 37.06%

R = 27.27%
G = 35.66%
B = 37.06%

CMYK

 C value IS 0.26

 M value IS 0.04

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#273335 (or 0x273335) is known color: Outer Space. HEX triplet: 27, 33 and 35. RGB value is (39,51,53). Sum of RGB (Red+Green+Blue) = 39+51+53=143 (18% of max value = 765). Red value is 39 (15.62% from 255 or 27.27% from 143); Green value is 51 (20.31% from 255 or 35.66% from 143); Blue value is 53 (21.09% from 255 or 37.06% from 143); Max value from RGB is 53 - color contains mainly: blue. Hex color #273335 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #273335 is #D8CCCA. Grayscale: #2F2F2F. Windows color (decimal): -14208203 or 3486503. OLE color: 3486503.

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

Color convert

RGB 39 51 53 -
CMYK 0.26 0.04 0 0.79
HSL 188.57º 0.15% 0.18% -
HSV(B) 188.57º 0.26% 0.21% -
XYZ 2.66 3.06 3.82 -
YUV 47.64 131.02 121.84 -
System Red Green Blue C M Y K H S L
Decimal 39 51 53 0.26 0.04 0 0.79 188.57 0.15 0.18
Hex 27 33 35 1A 4 0 4F BD F 12
Octal 47 63 65 32 4 0 117 275 17 22
Binary 100111 110011 110101 11010 100 0 1001111 10111101 1111 10010

Color Harmonies of #273335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #273335

Black with #273335

Text Example


Text Example

White with #273335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #273335; }

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

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

background-color css

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

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

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

border-color css

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

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

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