Html Css Color HEX #1F0C1E Mardi Gras

📋 copy color: '#1F0C1E'

red 31 ◦ green 12 ◦ blue 30

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

Shades of Mardi Gras #1F0C1E

Tints of Mardi Gras #1F0C1E

RGB

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

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

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

R = 42.47%
G = 16.44%
B = 41.1%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.03

 K value IS 0.88

RGB Variations

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

Color information

#1F0C1E (or 0x1F0C1E) is known color: Mardi Gras. HEX triplet: 1F, 0C and 1E. RGB value is (31,12,30). Sum of RGB (Red+Green+Blue) = 31+12+30=73 (9% of max value = 765). Red value is 31 (12.5% from 255 or 42.47% from 73); Green value is 12 (5.08% from 255 or 16.44% from 73); Blue value is 30 (12.11% from 255 or 41.10% from 73); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0C1E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F0C1E is #E0F3E1. Grayscale: #131313. Windows color (decimal): -14742498 or 1969183. OLE color: 1969183.

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

Color convert

RGB 31 12 30 -
CMYK 0 0.61 0.03 0.88
HSL 303.16º 0.44% 0.08% -
HSV(B) 303.16º 0.61% 0.12% -
XYZ 0.93 0.65 1.3 -
YUV 19.73 133.79 136.04 -
System Red Green Blue C M Y K H S L
Decimal 31 12 30 0 0.61 0.03 0.88 303.16 0.44 0.08
Hex 1F C 1E 0 3D 3 58 12F 2C 8
Octal 37 14 36 0 75 3 130 457 54 10
Binary 11111 1100 11110 0 111101 11 1011000 100101111 101100 1000

Color Harmonies of #1F0C1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F0C1E

Black with #1F0C1E

Text Example


Text Example

White with #1F0C1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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