Html Css Color HEX #273241 Midnight

📋 copy color: '#273241'

red 39 ◦ green 50 ◦ blue 65

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

Shades of Midnight #273241

Tints of Midnight #273241

RGB

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

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

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

R = 25.32%
G = 32.47%
B = 42.21%

CMYK

 C value IS 0.40

 M value IS 0.23

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#273241 (or 0x273241) is known color: Midnight. HEX triplet: 27, 32 and 41. RGB value is (39,50,65). Sum of RGB (Red+Green+Blue) = 39+50+65=154 (20% of max value = 765). Red value is 39 (15.62% from 255 or 25.32% from 154); Green value is 50 (19.92% from 255 or 32.47% from 154); Blue value is 65 (25.78% from 255 or 42.21% from 154); Max value from RGB is 65 - color contains mainly: blue. Hex color #273241 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #273241 is #D8CDBE. Grayscale: #303030. Windows color (decimal): -14208447 or 4272679. OLE color: 4272679.

HSL color Cylindrical-coordinate representation of color #273241: hue angle of 214.62º 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 #273241 is Cyan = 0.40, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 39 50 65 -
CMYK 0.40 0.23 0 0.75
HSL 214.62º 0.25% 0.2% -
HSV(B) 214.62º 0.4% 0.25% -
XYZ 2.93 3.09 5.44 -
YUV 48.42 137.36 121.28 -
System Red Green Blue C M Y K H S L
Decimal 39 50 65 0.40 0.23 0 0.75 214.62 0.25 0.2
Hex 27 32 41 28 17 0 4B D7 19 14
Octal 47 62 101 50 27 0 113 327 31 24
Binary 100111 110010 1000001 101000 10111 0 1001011 11010111 11001 10100

Color Harmonies of #273241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #273241

Black with #273241

Text Example


Text Example

White with #273241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #273241; }

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

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

background-color css

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

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

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

border-color css

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

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

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