#272D31

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

Shades of Blue Charcoal #272D31

Tints of Blue Charcoal #272D31

Color information

#272D31 (or 0x272D31) is unknown color: approx Blue Charcoal. HEX triplet: 27, 2D and 31. RGB value is (39,45,49). Sum of RGB (Red+Green+Blue) = 39+45+49=133 (17% of max value = 765). Red value is 39 (15.62% from 255 or 29.32% from 133); Green value is 45 (17.97% from 255 or 33.83% from 133); Blue value is 49 (19.53% from 255 or 36.84% from 133); Max value from RGB is 49 - color contains mainly: blue. Hex color #272D31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #272D31 is #D8D2CE. Grayscale: #2B2B2B. Windows color (decimal): -14209743 or 3222823. OLE color: 3222823.

HSL color Cylindrical-coordinate representation of color #272D31: hue angle of 204º degrees, saturation: 0.11, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #272D31 is Cyan = 0.20, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB394549-
CMYK0.200.0800.81
HSL204º11.36%17.25%-
HSV(B)204º20.41%19.22%-
XYZ2.332.533.27-
YUV43.66131.01124.67-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 29.32%
GREEN value IS 45 (17.97% from 255) = 33.83%
BLUE value IS 49 (19.53% from 255) = 36.84%
R=29.32%
G=33.83%
B=36.84%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3945490.200.0800.8120411.3617.25
Hex272D31148051ccb11
Octal475561241001213141321
Binary1001111011011100011010010000101000111001100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272D31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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