#272A2C

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

Shades of Cinder #272A2C

Tints of Cinder #272A2C

Color information

#272A2C (or 0x272A2C) is unknown color: approx Cinder. HEX triplet: 27, 2A and 2C. RGB value is (39,42,44). Sum of RGB (Red+Green+Blue) = 39+42+44=125 (16% of max value = 765). Red value is 39 (15.62% from 255 or 31.2% from 125); Green value is 42 (16.80% from 255 or 33.6% from 125); Blue value is 44 (17.58% from 255 or 35.2% from 125); Max value from RGB is 44 - color contains mainly: blue. Hex color #272A2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #272A2C is #D8D5D3. Grayscale: #292929. Windows color (decimal): -14210516 or 2894375. OLE color: 2894375.

HSL color Cylindrical-coordinate representation of color #272A2C: hue angle of 204º degrees, saturation: 0.06, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #272A2C is Cyan = 0.11, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB394244-
CMYK0.110.0500.83
HSL204º6.02%16.27%-
HSV(B)204º11.36%17.25%-
XYZ2.122.272.71-
YUV41.33129.51126.34-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 31.2%
GREEN value IS 42 (16.80% from 255) = 33.6%
BLUE value IS 44 (17.58% from 255) = 35.2%
R=31.2%
G=33.6%
B=35.2%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal3942440.110.0500.832046.0216.27
Hex272A2CB5053cc610
Octal4752541350123314620
Binary1001111010101011001011101010100111100110011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272A2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,42,44); }

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

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

 a { background-color: rgb(39,42,44); }

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

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

 span { border-color: rgb(39,42,44); }

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