#273142

Color #273142 Bunting (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bunting #273142

Tints of Bunting #273142

Color information

#273142 (or 0x273142) is unknown color: approx Bunting. HEX triplet: 27, 31 and 42. RGB value is (39,49,66). Sum of RGB (Red+Green+Blue) = 39+49+66=154 (20% of max value = 765). Red value is 39 (15.62% from 255 or 25.32% from 154); Green value is 49 (19.53% from 255 or 31.82% from 154); Blue value is 66 (26.17% from 255 or 42.86% from 154); Max value from RGB is 66 - color contains mainly: blue. Hex color #273142 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #273142 is #D8CEBD. Grayscale: #2F2F2F. Windows color (decimal): -14208702 or 4337959. OLE color: 4337959.

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

Color convert

RGB394966-
CMYK0.410.2600.74
HSL217.78º25.71%20.59%-
HSV(B)217.78º40.91%25.88%-
XYZ2.923.025.58-
YUV47.95138.19121.62-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 25.32%
GREEN value IS 49 (19.53% from 255) = 31.82%
BLUE value IS 66 (26.17% from 255) = 42.86%
R=25.32%
G=31.82%
B=42.86%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal3949660.410.2600.74217.7825.7120.59
Hex273142291A04Ada1a15
Octal4761102513201123323225
Binary10011111000110000101010011101001001010110110101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #273142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #273142; }

 p { color: rgb(39,49,66); }

 H1.HeaderClassName
 {
   color: #273142;
 }
 .AnyTagClassName
 {
   color: #273142;
 }
</style>
background-color css

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

 a { background-color: rgb(39,49,66); }

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

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

 span { border-color: rgb(39,49,66); }

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