#1F1B14

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

Shades of Black Magic #1F1B14

Tints of Black Magic #1F1B14

Color information

#1F1B14 (or 0x1F1B14) is unknown color: approx Black Magic. HEX triplet: 1F, 1B and 14. RGB value is (31,27,20). Sum of RGB (Red+Green+Blue) = 31+27+20=78 (10% of max value = 765). Red value is 31 (12.5% from 255 or 39.74% from 78); Green value is 27 (10.94% from 255 or 34.62% from 78); Blue value is 20 (8.20% from 255 or 25.64% from 78); Max value from RGB is 31 - color contains mainly: red. Hex color #1F1B14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F1B14 is #E0E4EB. Grayscale: #1B1B1B. Windows color (decimal): -14738668 or 1317663. OLE color: 1317663.

HSL color Cylindrical-coordinate representation of color #1F1B14: hue angle of 38.18º degrees, saturation: 0.22, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #1F1B14 is Cyan = 0, Magento = 0.13, Yellow = 0.35 and Black (K on CMYK) = 0.88.

Color convert

RGB312720-
CMYK00.130.350.88
HSL38.18º21.57%10%-
HSV(B)38.18º35.48%12.16%-
XYZ1.081.130.82-
YUV27.4123.83130.57-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 39.74%
GREEN value IS 27 (10.94% from 255) = 34.62%
BLUE value IS 20 (8.20% from 255) = 25.64%
R=39.74%
G=34.62%
B=25.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.35
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal31272000.130.350.8838.1821.5710
Hex1F1B140D23582616a
Octal37332401543130462612
Binary111111101110100011011000111011000100110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F1B14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,27,20); }

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

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

 a { background-color: rgb(31,27,20); }

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

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

 span { border-color: rgb(31,27,20); }

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