Html Css Color HEX #1F0F1E Mardi Gras

📋 copy color: '#1F0F1E'

red 31 ◦ green 15 ◦ blue 30

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

Shades of Mardi Gras #1F0F1E

Tints of Mardi Gras #1F0F1E

RGB

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

 GREEN value IS 15 (6.25% from 255) = 19.74%

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

R = 40.79%
G = 19.74%
B = 39.47%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.03

 K value IS 0.88

RGB Variations

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

Color information

#1F0F1E (or 0x1F0F1E) is known color: Mardi Gras. HEX triplet: 1F, 0F and 1E. RGB value is (31,15,30). Sum of RGB (Red+Green+Blue) = 31+15+30=76 (10% of max value = 765). Red value is 31 (12.5% from 255 or 40.79% from 76); Green value is 15 (6.25% from 255 or 19.74% from 76); Blue value is 30 (12.11% from 255 or 39.47% from 76); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0F1E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F0F1E is #E0F0E1. Grayscale: #151515. Windows color (decimal): -14741730 or 1969951. OLE color: 1969951.

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

Color convert

RGB 31 15 30 -
CMYK 0 0.52 0.03 0.88
HSL 303.75º 0.35% 0.09% -
HSV(B) 303.75º 0.52% 0.12% -
XYZ 0.97 0.73 1.32 -
YUV 21.49 132.8 134.78 -
System Red Green Blue C M Y K H S L
Decimal 31 15 30 0 0.52 0.03 0.88 303.75 0.35 0.09
Hex 1F F 1E 0 34 3 58 130 23 9
Octal 37 17 36 0 64 3 130 460 43 11
Binary 11111 1111 11110 0 110100 11 1011000 100110000 100011 1001

Color Harmonies of #1F0F1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F0F1E

Black with #1F0F1E

Text Example


Text Example

White with #1F0F1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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