#1F272E

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

Shades of Cinder #1F272E

Tints of Cinder #1F272E

Color information

#1F272E (or 0x1F272E) is unknown color: approx Cinder. HEX triplet: 1F, 27 and 2E. RGB value is (31,39,46). Sum of RGB (Red+Green+Blue) = 31+39+46=116 (15% of max value = 765). Red value is 31 (12.5% from 255 or 26.72% from 116); Green value is 39 (15.62% from 255 or 33.62% from 116); Blue value is 46 (18.36% from 255 or 39.66% from 116); Max value from RGB is 46 - color contains mainly: blue. Hex color #1F272E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F272E is #E0D8D1. Grayscale: #252525. Windows color (decimal): -14735570 or 3024671. OLE color: 3024671.

HSL color Cylindrical-coordinate representation of color #1F272E: hue angle of 208º degrees, saturation: 0.19, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #1F272E is Cyan = 0.33, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB313946-
CMYK0.330.1500.82
HSL208º19.48%15.1%-
HSV(B)208º32.61%18.04%-
XYZ1.781.942.87-
YUV37.41132.85123.43-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 26.72%
GREEN value IS 39 (15.62% from 255) = 33.62%
BLUE value IS 46 (18.36% from 255) = 39.66%
R=26.72%
G=33.62%
B=39.66%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3139460.330.1500.8220819.4815.1
Hex1F272E21F052d013f
Octal374756411701223202317
Binary1111110011110111010000111110101001011010000100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F272E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1F272E; }

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

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

<style>
 a { background-color: #1F272E; }

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

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

<style>
 span { border-color: #1F272E; }

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

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