Html Css Color HEX #1F0218 Melanzane

📋 copy color: '#1F0218'

red 31 ◦ green 2 ◦ blue 24

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

Shades of Melanzane #1F0218

Tints of Melanzane #1F0218

RGB

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

 GREEN value IS 2 (1.17% from 255) = 3.51%

 BLUE value IS 24 (9.77% from 255) = 42.11%

R = 54.39%
G = 3.51%
B = 42.11%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.23

 K value IS 0.88

RGB Variations

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

Color information

#1F0218 (or 0x1F0218) is known color: Melanzane. HEX triplet: 1F, 02 and 18. RGB value is (31,2,24). Sum of RGB (Red+Green+Blue) = 31+2+24=57 (7% of max value = 765). Red value is 31 (12.5% from 255 or 54.39% from 57); Green value is 2 (1.17% from 255 or 3.51% from 57); Blue value is 24 (9.77% from 255 or 42.11% from 57); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0218 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F0218 is #E0FDE7. Grayscale: #0D0D0D. Windows color (decimal): -14745064 or 1573407. OLE color: 1573407.

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

Color convert

RGB 31 2 24 -
CMYK 0 0.94 0.23 0.88
HSL 314.48º 0.88% 0.06% -
HSV(B) 314.48º 0.94% 0.12% -
XYZ 0.75 0.4 0.9 -
YUV 13.18 134.11 140.71 -
System Red Green Blue C M Y K H S L
Decimal 31 2 24 0 0.94 0.23 0.88 314.48 0.88 0.06
Hex 1F 2 18 0 5E 17 58 13A 58 6
Octal 37 2 30 0 136 27 130 472 130 6
Binary 11111 10 11000 0 1011110 10111 1011000 100111010 1011000 110

Color Harmonies of #1F0218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F0218

Black with #1F0218

Text Example


Text Example

White with #1F0218

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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