Html Css Color HEX #273D41 Outer Space

📋 copy color: '#273D41'

red 39 ◦ green 61 ◦ blue 65

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

Shades of Outer Space #273D41

Tints of Outer Space #273D41

RGB

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

 GREEN value IS 61 (24.22% from 255) = 36.97%

 BLUE value IS 65 (25.78% from 255) = 39.39%

R = 23.64%
G = 36.97%
B = 39.39%

CMYK

 C value IS 0.40

 M value IS 0.06

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#273D41 (or 0x273D41) is known color: Outer Space. HEX triplet: 27, 3D and 41. RGB value is (39,61,65). Sum of RGB (Red+Green+Blue) = 39+61+65=165 (21% of max value = 765). Red value is 39 (15.62% from 255 or 23.64% from 165); Green value is 61 (24.22% from 255 or 36.97% from 165); Blue value is 65 (25.78% from 255 or 39.39% from 165); Max value from RGB is 65 - color contains mainly: blue. Hex color #273D41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #273D41 is #D8C2BE. Grayscale: #363636. Windows color (decimal): -14205631 or 4275495. OLE color: 4275495.

HSL color Cylindrical-coordinate representation of color #273D41: hue angle of 189.23º degrees, saturation: 0.25, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #273D41 is Cyan = 0.40, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 39 61 65 -
CMYK 0.40 0.06 0 0.75
HSL 189.23º 0.25% 0.2% -
HSV(B) 189.23º 0.4% 0.25% -
XYZ 3.46 4.15 5.62 -
YUV 54.88 133.71 116.67 -
System Red Green Blue C M Y K H S L
Decimal 39 61 65 0.40 0.06 0 0.75 189.23 0.25 0.2
Hex 27 3D 41 28 6 0 4B BD 19 14
Octal 47 75 101 50 6 0 113 275 31 24
Binary 100111 111101 1000001 101000 110 0 1001011 10111101 11001 10100

Color Harmonies of #273D41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #273D41

Black with #273D41

Text Example


Text Example

White with #273D41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #273D41; }

 p { color: rgb(39,61,65); }

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

background-color css

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

 a { background-color: rgb(39,61,65); }

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

border-color css

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

 span { border-color: rgb(39,61,65); }

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