Html Css Color HEX #1C1701 Maire

📋 copy color: '#1C1701'

red 28 ◦ green 23 ◦ blue 1

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

Shades of Maire #1C1701

Tints of Maire #1C1701

RGB

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

 GREEN value IS 23 (9.38% from 255) = 44.23%

 BLUE value IS 1 (0.78% from 255) = 1.92%

R = 53.85%
G = 44.23%
B = 1.92%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.96

 K value IS 0.89

RGB Variations

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

Color information

#1C1701 (or 0x1C1701) is known color: Maire. HEX triplet: 1C, 17 and 01. RGB value is (28,23,1). Sum of RGB (Red+Green+Blue) = 28+23+1=52 (6% of max value = 765). Red value is 28 (11.33% from 255 or 53.85% from 52); Green value is 23 (9.38% from 255 or 44.23% from 52); Blue value is 1 (0.78% from 255 or 1.92% from 52); Max value from RGB is 28 - color contains mainly: red. Hex color #1C1701 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C1701 is #E3E8FE. Grayscale: #161616. Windows color (decimal): -14936319 or 71452. OLE color: 71452.

HSL color Cylindrical-coordinate representation of color #1C1701: hue angle of 48.89º degrees, saturation: 0.93, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1C1701 is Cyan = 0, Magento = 0.18, Yellow = 0.96 and Black (K on CMYK) = 0.89.

Color convert

RGB 28 23 1 -
CMYK 0 0.18 0.96 0.89
HSL 48.89º 0.93% 0.06% -
HSV(B) 48.89º 0.96% 0.11% -
XYZ 0.79 0.86 0.15 -
YUV 21.99 116.16 132.29 -
System Red Green Blue C M Y K H S L
Decimal 28 23 1 0 0.18 0.96 0.89 48.89 0.93 0.06
Hex 1C 17 1 0 12 60 59 31 5D 6
Octal 34 27 1 0 22 140 131 61 135 6
Binary 11100 10111 1 0 10010 1100000 1011001 110001 1011101 110

Color Harmonies of #1C1701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C1701

Black with #1C1701

Text Example


Text Example

White with #1C1701

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,23,1); }

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

background-color css

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

 a { background-color: rgb(28,23,1); }

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

border-color css

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

 span { border-color: rgb(28,23,1); }

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