#27292A

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

Shades of Cinder #27292A

Tints of Cinder #27292A

Color information

#27292A (or 0x27292A) is unknown color: approx Cinder. HEX triplet: 27, 29 and 2A. RGB value is (39,41,42). Sum of RGB (Red+Green+Blue) = 39+41+42=122 (16% of max value = 765). Red value is 39 (15.62% from 255 or 31.97% from 122); Green value is 41 (16.41% from 255 or 33.61% from 122); Blue value is 42 (16.80% from 255 or 34.43% from 122); Max value from RGB is 42 - color contains mainly: blue. Hex color #27292A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27292A is #D8D6D5. Grayscale: #282828. Windows color (decimal): -14210774 or 2763047. OLE color: 2763047.

HSL color Cylindrical-coordinate representation of color #27292A: hue angle of 200º degrees, saturation: 0.04, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #27292A is Cyan = 0.07, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB394142-
CMYK0.070.0200.84
HSL200º3.7%15.88%-
HSV(B)200º7.14%16.47%-
XYZ2.052.182.5-
YUV40.52128.84126.92-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 31.97%
GREEN value IS 41 (16.41% from 255) = 33.61%
BLUE value IS 42 (16.80% from 255) = 34.43%
R=31.97%
G=33.61%
B=34.43%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3941420.070.0200.842003.715.88
Hex27292A72054c8410
Octal475152720124310420
Binary10011110100110101011110010101001100100010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27292A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27292A; }

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

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

<style>
 a { background-color: #27292A; }

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

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

<style>
 span { border-color: #27292A; }

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

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