#272E41

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

Shades of Bunting #272E41

Tints of Bunting #272E41

Color information

#272E41 (or 0x272E41) is unknown color: approx Bunting. HEX triplet: 27, 2E and 41. RGB value is (39,46,65). Sum of RGB (Red+Green+Blue) = 39+46+65=150 (19% of max value = 765). Red value is 39 (15.62% from 255 or 26% from 150); Green value is 46 (18.36% from 255 or 30.67% from 150); Blue value is 65 (25.78% from 255 or 43.33% from 150); Max value from RGB is 65 - color contains mainly: blue. Hex color #272E41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #272E41 is #D8D1BE. Grayscale: #2D2D2D. Windows color (decimal): -14209471 or 4271655. OLE color: 4271655.

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

Color convert

RGB394665-
CMYK0.400.2900.75
HSL223.85º25%20.39%-
HSV(B)223.85º40%25.49%-
XYZ2.772.775.39-
YUV46.07138.68122.96-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 26%
GREEN value IS 46 (18.36% from 255) = 30.67%
BLUE value IS 65 (25.78% from 255) = 43.33%
R=26%
G=30.67%
B=43.33%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3946650.400.2900.75223.852520.39
Hex272E41281D04Be01914
Octal4756101503501133403124
Binary10011110111010000011010001110101001011111000001100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272E41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #272E41; }

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

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

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

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

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

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

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

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