Html Css Color HEX #1F180C Black Magic

📋 copy color: '#1F180C'

red 31 ◦ green 24 ◦ blue 12

#1F180C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Black Magic #1F180C

Tints of Black Magic #1F180C

RGB

 RED value IS 31 (12.5% from 255) = 46.27%

 GREEN value IS 24 (9.77% from 255) = 35.82%

 BLUE value IS 12 (5.08% from 255) = 17.91%

R = 46.27%
G = 35.82%
B = 17.91%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.61

 K value IS 0.88

RGB Variations

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

Color information

#1F180C (or 0x1F180C) is known color: Black Magic. HEX triplet: 1F, 18 and 0C. RGB value is (31,24,12). Sum of RGB (Red+Green+Blue) = 31+24+12=67 (8% of max value = 765). Red value is 31 (12.5% from 255 or 46.27% from 67); Green value is 24 (9.77% from 255 or 35.82% from 67); Blue value is 12 (5.08% from 255 or 17.91% from 67); Max value from RGB is 31 - color contains mainly: red. Hex color #1F180C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F180C is #E0E7F3. Grayscale: #181818. Windows color (decimal): -14739444 or 792607. OLE color: 792607.

HSL color Cylindrical-coordinate representation of color #1F180C: hue angle of 37.89º degrees, saturation: 0.44, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #1F180C is Cyan = 0, Magento = 0.23, Yellow = 0.61 and Black (K on CMYK) = 0.88.

Color convert

RGB 31 24 12 -
CMYK 0 0.23 0.61 0.88
HSL 37.89º 0.44% 0.08% -
HSV(B) 37.89º 0.61% 0.12% -
XYZ 0.96 0.97 0.48 -
YUV 24.73 120.82 132.48 -
System Red Green Blue C M Y K H S L
Decimal 31 24 12 0 0.23 0.61 0.88 37.89 0.44 0.08
Hex 1F 18 C 0 17 3D 58 26 2C 8
Octal 37 30 14 0 27 75 130 46 54 10
Binary 11111 11000 1100 0 10111 111101 1011000 100110 101100 1000

Color Harmonies of #1F180C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F180C

Black with #1F180C

Text Example


Text Example

White with #1F180C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,24,12); }

 H1.HeaderClassName
 {
   color: #1F180C;
 }
 .AnyTagClassName
 {
   color: #1F180C;
 }
</style>

background-color css

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

 a { background-color: rgb(31,24,12); }

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

border-color css

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

 span { border-color: rgb(31,24,12); }

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