Html Css Color HEX #1F0C1D Mardi Gras

📋 copy color: '#1F0C1D'

red 31 ◦ green 12 ◦ blue 29

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

Shades of Mardi Gras #1F0C1D

Tints of Mardi Gras #1F0C1D

RGB

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

 GREEN value IS 12 (5.08% from 255) = 16.67%

 BLUE value IS 29 (11.72% from 255) = 40.28%

R = 43.06%
G = 16.67%
B = 40.28%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.06

 K value IS 0.88

RGB Variations

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

Color information

#1F0C1D (or 0x1F0C1D) is known color: Mardi Gras. HEX triplet: 1F, 0C and 1D. RGB value is (31,12,29). Sum of RGB (Red+Green+Blue) = 31+12+29=72 (9% of max value = 765). Red value is 31 (12.5% from 255 or 43.06% from 72); Green value is 12 (5.08% from 255 or 16.67% from 72); Blue value is 29 (11.72% from 255 or 40.28% from 72); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0C1D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F0C1D is #E0F3E2. Grayscale: #131313. Windows color (decimal): -14742499 or 1903647. OLE color: 1903647.

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

Color convert

RGB 31 12 29 -
CMYK 0 0.61 0.06 0.88
HSL 306.32º 0.44% 0.08% -
HSV(B) 306.32º 0.61% 0.12% -
XYZ 0.92 0.64 1.24 -
YUV 19.62 133.29 136.12 -
System Red Green Blue C M Y K H S L
Decimal 31 12 29 0 0.61 0.06 0.88 306.32 0.44 0.08
Hex 1F C 1D 0 3D 6 58 132 2C 8
Octal 37 14 35 0 75 6 130 462 54 10
Binary 11111 1100 11101 0 111101 110 1011000 100110010 101100 1000

Color Harmonies of #1F0C1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F0C1D

Black with #1F0C1D

Text Example


Text Example

White with #1F0C1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,12,29); }

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

background-color css

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

 a { background-color: rgb(31,12,29); }

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

border-color css

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

 span { border-color: rgb(31,12,29); }

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