Html Css Color HEX #1C1505 Maire

📋 copy color: '#1C1505'

red 28 ◦ green 21 ◦ blue 5

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

Shades of Maire #1C1505

Tints of Maire #1C1505

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 9.26%

R = 51.85%
G = 38.89%
B = 9.26%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.82

 K value IS 0.89

RGB Variations

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

Color information

#1C1505 (or 0x1C1505) is known color: Maire. HEX triplet: 1C, 15 and 05. RGB value is (28,21,5). Sum of RGB (Red+Green+Blue) = 28+21+5=54 (7% of max value = 765). Red value is 28 (11.33% from 255 or 51.85% from 54); Green value is 21 (8.59% from 255 or 38.89% from 54); Blue value is 5 (2.34% from 255 or 9.26% from 54); Max value from RGB is 28 - color contains mainly: red. Hex color #1C1505 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C1505 is #E3EAFA. Grayscale: #151515. Windows color (decimal): -14936827 or 333084. OLE color: 333084.

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

Color convert

RGB 28 21 5 -
CMYK 0 0.25 0.82 0.89
HSL 41.74º 0.7% 0.06% -
HSV(B) 41.74º 0.82% 0.11% -
XYZ 0.77 0.79 0.26 -
YUV 21.27 118.82 132.8 -
System Red Green Blue C M Y K H S L
Decimal 28 21 5 0 0.25 0.82 0.89 41.74 0.7 0.06
Hex 1C 15 5 0 19 52 59 2A 46 6
Octal 34 25 5 0 31 122 131 52 106 6
Binary 11100 10101 101 0 11001 1010010 1011001 101010 1000110 110

Color Harmonies of #1C1505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C1505

Black with #1C1505

Text Example


Text Example

White with #1C1505

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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