Html Css Color HEX #1F061F Mardi Gras

📋 copy color: '#1F061F'

red 31 ◦ green 6 ◦ blue 31

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

Shades of Mardi Gras #1F061F

Tints of Mardi Gras #1F061F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 45.59%

R = 45.59%
G = 8.82%
B = 45.59%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#1F061F (or 0x1F061F) is known color: Mardi Gras. HEX triplet: 1F, 06 and 1F. RGB value is (31,6,31). Sum of RGB (Red+Green+Blue) = 31+6+31=68 (9% of max value = 765). Red value is 31 (12.5% from 255 or 45.59% from 68); Green value is 6 (2.73% from 255 or 8.82% from 68); Blue value is 31 (12.5% from 255 or 45.59% from 68); Max value from RGB is 31 - color contains mainly: red, blue. Hex color #1F061F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F061F is #E0F9E0. Grayscale: #101010. Windows color (decimal): -14744033 or 2033183. OLE color: 2033183.

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

Color convert

RGB 31 6 31 -
CMYK 0 0.81 0 0.88
HSL 300º 0.68% 0.07% -
HSV(B) 300º 0.81% 0.12% -
XYZ 0.88 0.52 1.35 -
YUV 16.33 136.28 138.47 -
System Red Green Blue C M Y K H S L
Decimal 31 6 31 0 0.81 0 0.88 300 0.68 0.07
Hex 1F 6 1F 0 51 0 58 12C 44 7
Octal 37 6 37 0 121 0 130 454 104 7
Binary 11111 110 11111 0 1010001 0 1011000 100101100 1000100 111

Color Harmonies of #1F061F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F061F

Black with #1F061F

Text Example


Text Example

White with #1F061F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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