Html Css Color HEX #1F0D1B Melanzane

📋 copy color: '#1F0D1B'

red 31 ◦ green 13 ◦ blue 27

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

Shades of Melanzane #1F0D1B

Tints of Melanzane #1F0D1B

RGB

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

 GREEN value IS 13 (5.47% from 255) = 18.31%

 BLUE value IS 27 (10.94% from 255) = 38.03%

R = 43.66%
G = 18.31%
B = 38.03%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.13

 K value IS 0.88

RGB Variations

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

Color information

#1F0D1B (or 0x1F0D1B) is known color: Melanzane. HEX triplet: 1F, 0D and 1B. RGB value is (31,13,27). Sum of RGB (Red+Green+Blue) = 31+13+27=71 (9% of max value = 765). Red value is 31 (12.5% from 255 or 43.66% from 71); Green value is 13 (5.47% from 255 or 18.31% from 71); Blue value is 27 (10.94% from 255 or 38.03% from 71); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0D1B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F0D1B is #E0F2E4. Grayscale: #131313. Windows color (decimal): -14742245 or 1772831. OLE color: 1772831.

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

Color convert

RGB 31 13 27 -
CMYK 0 0.58 0.13 0.88
HSL 313.33º 0.41% 0.09% -
HSV(B) 313.33º 0.58% 0.12% -
XYZ 0.91 0.66 1.12 -
YUV 19.98 131.96 135.86 -
System Red Green Blue C M Y K H S L
Decimal 31 13 27 0 0.58 0.13 0.88 313.33 0.41 0.09
Hex 1F D 1B 0 3A D 58 139 29 9
Octal 37 15 33 0 72 15 130 471 51 11
Binary 11111 1101 11011 0 111010 1101 1011000 100111001 101001 1001

Color Harmonies of #1F0D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F0D1B

Black with #1F0D1B

Text Example


Text Example

White with #1F0D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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