Html Css Color HEX #1C1509 Maire

📋 copy color: '#1C1509'

red 28 ◦ green 21 ◦ blue 9

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

Shades of Maire #1C1509

Tints of Maire #1C1509

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 15.52%

R = 48.28%
G = 36.21%
B = 15.52%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.68

 K value IS 0.89

RGB Variations

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

Color information

#1C1509 (or 0x1C1509) is known color: Maire. HEX triplet: 1C, 15 and 09. RGB value is (28,21,9). Sum of RGB (Red+Green+Blue) = 28+21+9=58 (7% of max value = 765). Red value is 28 (11.33% from 255 or 48.28% from 58); Green value is 21 (8.59% from 255 or 36.21% from 58); Blue value is 9 (3.91% from 255 or 15.52% from 58); Max value from RGB is 28 - color contains mainly: red. Hex color #1C1509 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C1509 is #E3EAF6. Grayscale: #151515. Windows color (decimal): -14936823 or 595228. OLE color: 595228.

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

Color convert

RGB 28 21 9 -
CMYK 0 0.25 0.68 0.89
HSL 37.89º 0.51% 0.07% -
HSV(B) 37.89º 0.68% 0.11% -
XYZ 0.8 0.8 0.37 -
YUV 21.73 120.82 132.48 -
System Red Green Blue C M Y K H S L
Decimal 28 21 9 0 0.25 0.68 0.89 37.89 0.51 0.07
Hex 1C 15 9 0 19 44 59 26 33 7
Octal 34 25 11 0 31 104 131 46 63 7
Binary 11100 10101 1001 0 11001 1000100 1011001 100110 110011 111

Color Harmonies of #1C1509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C1509

Black with #1C1509

Text Example


Text Example

White with #1C1509

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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