Html Css Color HEX #1F0318 Melanzane

📋 copy color: '#1F0318'

red 31 ◦ green 3 ◦ blue 24

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

Shades of Melanzane #1F0318

Tints of Melanzane #1F0318

RGB

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

 GREEN value IS 3 (1.56% from 255) = 5.17%

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

R = 53.45%
G = 5.17%
B = 41.38%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.23

 K value IS 0.88

RGB Variations

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

Color information

#1F0318 (or 0x1F0318) is known color: Melanzane. HEX triplet: 1F, 03 and 18. RGB value is (31,3,24). Sum of RGB (Red+Green+Blue) = 31+3+24=58 (7% of max value = 765). Red value is 31 (12.5% from 255 or 53.45% from 58); Green value is 3 (1.56% from 255 or 5.17% from 58); Blue value is 24 (9.77% from 255 or 41.38% from 58); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0318 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F0318 is #E0FCE7. Grayscale: #0D0D0D. Windows color (decimal): -14744808 or 1573663. OLE color: 1573663.

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

Color convert

RGB 31 3 24 -
CMYK 0 0.90 0.23 0.88
HSL 315º 0.82% 0.07% -
HSV(B) 315º 0.9% 0.12% -
XYZ 0.76 0.42 0.91 -
YUV 13.77 133.78 140.29 -
System Red Green Blue C M Y K H S L
Decimal 31 3 24 0 0.90 0.23 0.88 315 0.82 0.07
Hex 1F 3 18 0 5A 17 58 13B 52 7
Octal 37 3 30 0 132 27 130 473 122 7
Binary 11111 11 11000 0 1011010 10111 1011000 100111011 1010010 111

Color Harmonies of #1F0318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F0318

Black with #1F0318

Text Example


Text Example

White with #1F0318

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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