Html Css Color HEX #1F0D1E Mardi Gras

📋 copy color: '#1F0D1E'

red 31 ◦ green 13 ◦ blue 30

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

Shades of Mardi Gras #1F0D1E

Tints of Mardi Gras #1F0D1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 40.54%

R = 41.89%
G = 17.57%
B = 40.54%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.03

 K value IS 0.88

RGB Variations

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

Color information

#1F0D1E (or 0x1F0D1E) is known color: Mardi Gras. HEX triplet: 1F, 0D and 1E. RGB value is (31,13,30). Sum of RGB (Red+Green+Blue) = 31+13+30=74 (9% of max value = 765). Red value is 31 (12.5% from 255 or 41.89% from 74); Green value is 13 (5.47% from 255 or 17.57% from 74); Blue value is 30 (12.11% from 255 or 40.54% from 74); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0D1E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F0D1E is #E0F2E1. Grayscale: #141414. Windows color (decimal): -14742242 or 1969439. OLE color: 1969439.

HSL color Cylindrical-coordinate representation of color #1F0D1E: hue angle of 303.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 #1F0D1E is Cyan = 0, Magento = 0.58, Yellow = 0.03 and Black (K on CMYK) = 0.88.

Color convert

RGB 31 13 30 -
CMYK 0 0.58 0.03 0.88
HSL 303.33º 0.41% 0.09% -
HSV(B) 303.33º 0.58% 0.12% -
XYZ 0.94 0.67 1.31 -
YUV 20.32 133.46 135.62 -
System Red Green Blue C M Y K H S L
Decimal 31 13 30 0 0.58 0.03 0.88 303.33 0.41 0.09
Hex 1F D 1E 0 3A 3 58 12F 29 9
Octal 37 15 36 0 72 3 130 457 51 11
Binary 11111 1101 11110 0 111010 11 1011000 100101111 101001 1001

Color Harmonies of #1F0D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F0D1E

Black with #1F0D1E

Text Example


Text Example

White with #1F0D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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