Html Css Color HEX #1F1606 Maire

📋 copy color: '#1F1606'

red 31 ◦ green 22 ◦ blue 6

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

Shades of Maire #1F1606

Tints of Maire #1F1606

RGB

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

 GREEN value IS 22 (8.98% from 255) = 37.29%

 BLUE value IS 6 (2.73% from 255) = 10.17%

R = 52.54%
G = 37.29%
B = 10.17%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.81

 K value IS 0.88

RGB Variations

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

Color information

#1F1606 (or 0x1F1606) is known color: Maire. HEX triplet: 1F, 16 and 06. RGB value is (31,22,6). Sum of RGB (Red+Green+Blue) = 31+22+6=59 (7% of max value = 765). Red value is 31 (12.5% from 255 or 52.54% from 59); Green value is 22 (8.98% from 255 or 37.29% from 59); Blue value is 6 (2.73% from 255 or 10.17% from 59); Max value from RGB is 31 - color contains mainly: red. Hex color #1F1606 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F1606 is #E0E9F9. Grayscale: #161616. Windows color (decimal): -14739962 or 398879. OLE color: 398879.

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

Color convert

RGB 31 22 6 -
CMYK 0 0.29 0.81 0.88
HSL 38.4º 0.68% 0.07% -
HSV(B) 38.4º 0.81% 0.12% -
XYZ 0.88 0.88 0.3 -
YUV 22.87 118.48 133.8 -
System Red Green Blue C M Y K H S L
Decimal 31 22 6 0 0.29 0.81 0.88 38.4 0.68 0.07
Hex 1F 16 6 0 1D 51 58 26 44 7
Octal 37 26 6 0 35 121 130 46 104 7
Binary 11111 10110 110 0 11101 1010001 1011000 100110 1000100 111

Color Harmonies of #1F1606

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F1606

Black with #1F1606

Text Example


Text Example

White with #1F1606

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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