Html Css Color HEX #1C1506 Maire

📋 copy color: '#1C1506'

red 28 ◦ green 21 ◦ blue 6

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

Shades of Maire #1C1506

Tints of Maire #1C1506

RGB

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

 GREEN value IS 21 (8.59% from 255) = 38.18%

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

R = 50.91%
G = 38.18%
B = 10.91%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.79

 K value IS 0.89

RGB Variations

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

Color information

#1C1506 (or 0x1C1506) is known color: Maire. HEX triplet: 1C, 15 and 06. RGB value is (28,21,6). Sum of RGB (Red+Green+Blue) = 28+21+6=55 (7% of max value = 765). Red value is 28 (11.33% from 255 or 50.91% from 55); Green value is 21 (8.59% from 255 or 38.18% from 55); Blue value is 6 (2.73% from 255 or 10.91% from 55); Max value from RGB is 28 - color contains mainly: red. Hex color #1C1506 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C1506 is #E3EAF9. Grayscale: #151515. Windows color (decimal): -14936826 or 398620. OLE color: 398620.

HSL color Cylindrical-coordinate representation of color #1C1506: hue angle of 40.91º 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 #1C1506 is Cyan = 0, Magento = 0.25, Yellow = 0.79 and Black (K on CMYK) = 0.89.

Color convert

RGB 28 21 6 -
CMYK 0 0.25 0.79 0.89
HSL 40.91º 0.65% 0.07% -
HSV(B) 40.91º 0.79% 0.11% -
XYZ 0.78 0.8 0.28 -
YUV 21.38 119.32 132.72 -
System Red Green Blue C M Y K H S L
Decimal 28 21 6 0 0.25 0.79 0.89 40.91 0.65 0.07
Hex 1C 15 6 0 19 4F 59 29 41 7
Octal 34 25 6 0 31 117 131 51 101 7
Binary 11100 10101 110 0 11001 1001111 1011001 101001 1000001 111

Color Harmonies of #1C1506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C1506

Black with #1C1506

Text Example


Text Example

White with #1C1506

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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