#273041

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

Shades of Bunting #273041

Tints of Bunting #273041

Color information

#273041 (or 0x273041) is unknown color: approx Bunting. HEX triplet: 27, 30 and 41. RGB value is (39,48,65). Sum of RGB (Red+Green+Blue) = 39+48+65=152 (20% of max value = 765). Red value is 39 (15.62% from 255 or 25.66% from 152); Green value is 48 (19.14% from 255 or 31.58% from 152); Blue value is 65 (25.78% from 255 or 42.76% from 152); Max value from RGB is 65 - color contains mainly: blue. Hex color #273041 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #273041 is #D8CFBE. Grayscale: #2F2F2F. Windows color (decimal): -14208959 or 4272167. OLE color: 4272167.

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

Color convert

RGB394865-
CMYK0.400.2600.75
HSL219.23º25%20.39%-
HSV(B)219.23º40%25.49%-
XYZ2.852.935.42-
YUV47.25138.02122.12-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 25.66%
GREEN value IS 48 (19.14% from 255) = 31.58%
BLUE value IS 65 (25.78% from 255) = 42.76%
R=25.66%
G=31.58%
B=42.76%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3948650.400.2600.75219.232520.39
Hex273041281A04Bdb1914
Octal4760101503201133333124
Binary10011111000010000011010001101001001011110110111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #273041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #273041; }

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

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

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

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

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

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

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

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