#272E34

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

Shades of Blue Charcoal #272E34

Tints of Blue Charcoal #272E34

Color information

#272E34 (or 0x272E34) is unknown color: approx Blue Charcoal. HEX triplet: 27, 2E and 34. RGB value is (39,46,52). Sum of RGB (Red+Green+Blue) = 39+46+52=137 (18% of max value = 765). Red value is 39 (15.62% from 255 or 28.47% from 137); Green value is 46 (18.36% from 255 or 33.58% from 137); Blue value is 52 (20.70% from 255 or 37.96% from 137); Max value from RGB is 52 - color contains mainly: blue. Hex color #272E34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #272E34 is #D8D1CB. Grayscale: #2C2C2C. Windows color (decimal): -14209484 or 3419687. OLE color: 3419687.

HSL color Cylindrical-coordinate representation of color #272E34: hue angle of 207.69º degrees, saturation: 0.14, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #272E34 is Cyan = 0.25, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB394652-
CMYK0.250.1200.80
HSL207.69º14.29%17.84%-
HSV(B)207.69º25%20.39%-
XYZ2.432.633.63-
YUV44.59132.18124.01-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 28.47%
GREEN value IS 46 (18.36% from 255) = 33.58%
BLUE value IS 52 (20.70% from 255) = 37.96%
R=28.47%
G=33.58%
B=37.96%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3946520.250.1200.80207.6914.2917.84
Hex272E3419C050d0e12
Octal475664311401203201622
Binary1001111011101101001100111000101000011010000111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272E34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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