Html Css Color HEX #1F061E Mardi Gras

📋 copy color: '#1F061E'

red 31 ◦ green 6 ◦ blue 30

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

Shades of Mardi Gras #1F061E

Tints of Mardi Gras #1F061E

RGB

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

 GREEN value IS 6 (2.73% from 255) = 8.96%

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

R = 46.27%
G = 8.96%
B = 44.78%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.03

 K value IS 0.88

RGB Variations

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

Color information

#1F061E (or 0x1F061E) is known color: Mardi Gras. HEX triplet: 1F, 06 and 1E. RGB value is (31,6,30). Sum of RGB (Red+Green+Blue) = 31+6+30=67 (8% of max value = 765). Red value is 31 (12.5% from 255 or 46.27% from 67); Green value is 6 (2.73% from 255 or 8.96% from 67); Blue value is 30 (12.11% from 255 or 44.78% from 67); Max value from RGB is 31 - color contains mainly: red. Hex color #1F061E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F061E is #E0F9E1. Grayscale: #101010. Windows color (decimal): -14744034 or 1967647. OLE color: 1967647.

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

Color convert

RGB 31 6 30 -
CMYK 0 0.81 0.03 0.88
HSL 302.4º 0.68% 0.07% -
HSV(B) 302.4º 0.81% 0.12% -
XYZ 0.86 0.52 1.28 -
YUV 16.21 135.78 138.55 -
System Red Green Blue C M Y K H S L
Decimal 31 6 30 0 0.81 0.03 0.88 302.4 0.68 0.07
Hex 1F 6 1E 0 51 3 58 12E 44 7
Octal 37 6 36 0 121 3 130 456 104 7
Binary 11111 110 11110 0 1010001 11 1011000 100101110 1000100 111

Color Harmonies of #1F061E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F061E

Black with #1F061E

Text Example


Text Example

White with #1F061E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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