Html Css Color HEX #1F0818 Melanzane

📋 copy color: '#1F0818'

red 31 ◦ green 8 ◦ blue 24

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

Shades of Melanzane #1F0818

Tints of Melanzane #1F0818

RGB

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

 GREEN value IS 8 (3.52% from 255) = 12.7%

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

R = 49.21%
G = 12.7%
B = 38.1%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.23

 K value IS 0.88

RGB Variations

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

Color information

#1F0818 (or 0x1F0818) is known color: Melanzane. HEX triplet: 1F, 08 and 18. RGB value is (31,8,24). Sum of RGB (Red+Green+Blue) = 31+8+24=63 (8% of max value = 765). Red value is 31 (12.5% from 255 or 49.21% from 63); Green value is 8 (3.52% from 255 or 12.70% from 63); Blue value is 24 (9.77% from 255 or 38.10% from 63); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0818 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F0818 is #E0F7E7. Grayscale: #101010. Windows color (decimal): -14743528 or 1574943. OLE color: 1574943.

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

Color convert

RGB 31 8 24 -
CMYK 0 0.74 0.23 0.88
HSL 318.26º 0.59% 0.08% -
HSV(B) 318.26º 0.74% 0.12% -
XYZ 0.82 0.53 0.92 -
YUV 16.7 132.12 138.2 -
System Red Green Blue C M Y K H S L
Decimal 31 8 24 0 0.74 0.23 0.88 318.26 0.59 0.08
Hex 1F 8 18 0 4A 17 58 13E 3B 8
Octal 37 10 30 0 112 27 130 476 73 10
Binary 11111 1000 11000 0 1001010 10111 1011000 100111110 111011 1000

Color Harmonies of #1F0818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F0818

Black with #1F0818

Text Example


Text Example

White with #1F0818

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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