Html Css Color HEX #1C1806 Maire

📋 copy color: '#1C1806'

red 28 ◦ green 24 ◦ blue 6

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

Shades of Maire #1C1806

Tints of Maire #1C1806

RGB

 RED value IS 28 (11.33% from 255) = 48.28%

 GREEN value IS 24 (9.77% from 255) = 41.38%

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

R = 48.28%
G = 41.38%
B = 10.34%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.79

 K value IS 0.89

RGB Variations

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

Color information

#1C1806 (or 0x1C1806) is known color: Maire. HEX triplet: 1C, 18 and 06. RGB value is (28,24,6). Sum of RGB (Red+Green+Blue) = 28+24+6=58 (7% of max value = 765). Red value is 28 (11.33% from 255 or 48.28% from 58); Green value is 24 (9.77% from 255 or 41.38% from 58); Blue value is 6 (2.73% from 255 or 10.34% from 58); Max value from RGB is 28 - color contains mainly: red. Hex color #1C1806 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C1806 is #E3E7F9. Grayscale: #171717. Windows color (decimal): -14936058 or 399388. OLE color: 399388.

HSL color Cylindrical-coordinate representation of color #1C1806: hue angle of 49.09º degrees, saturation: 0.65, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1C1806 is Cyan = 0, Magento = 0.14, Yellow = 0.79 and Black (K on CMYK) = 0.89.

Color convert

RGB 28 24 6 -
CMYK 0 0.14 0.79 0.89
HSL 49.09º 0.65% 0.07% -
HSV(B) 49.09º 0.79% 0.11% -
XYZ 0.84 0.91 0.3 -
YUV 23.14 118.33 131.46 -
System Red Green Blue C M Y K H S L
Decimal 28 24 6 0 0.14 0.79 0.89 49.09 0.65 0.07
Hex 1C 18 6 0 E 4F 59 31 41 7
Octal 34 30 6 0 16 117 131 61 101 7
Binary 11100 11000 110 0 1110 1001111 1011001 110001 1000001 111

Color Harmonies of #1C1806

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C1806

Black with #1C1806

Text Example


Text Example

White with #1C1806

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,24,6); }

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

background-color css

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

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

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

border-color css

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

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

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