#272B2E

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

Shades of Blue Charcoal #272B2E

Tints of Blue Charcoal #272B2E

Color information

#272B2E (or 0x272B2E) is unknown color: approx Blue Charcoal. HEX triplet: 27, 2B and 2E. RGB value is (39,43,46). Sum of RGB (Red+Green+Blue) = 39+43+46=128 (16% of max value = 765). Red value is 39 (15.62% from 255 or 30.47% from 128); Green value is 43 (17.19% from 255 or 33.59% from 128); Blue value is 46 (18.36% from 255 or 35.94% from 128); Max value from RGB is 46 - color contains mainly: blue. Hex color #272B2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #272B2E is #D8D4D1. Grayscale: #2A2A2A. Windows color (decimal): -14210258 or 3025703. OLE color: 3025703.

HSL color Cylindrical-coordinate representation of color #272B2E: hue angle of 205.71º degrees, saturation: 0.08, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #272B2E is Cyan = 0.15, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB394346-
CMYK0.150.0700.82
HSL205.71º8.24%16.67%-
HSV(B)205.71º15.22%18.04%-
XYZ2.192.362.92-
YUV42.15130.17125.76-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 30.47%
GREEN value IS 43 (17.19% from 255) = 33.59%
BLUE value IS 46 (18.36% from 255) = 35.94%
R=30.47%
G=33.59%
B=35.94%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3943460.150.0700.82205.718.2416.67
Hex272B2EF7052ce811
Octal47535617701223161021
Binary10011110101110111011111110101001011001110100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272B2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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