Html Css Color HEX #1C1B13 Maire

📋 copy color: '#1C1B13'

red 28 ◦ green 27 ◦ blue 19

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

Shades of Maire #1C1B13

Tints of Maire #1C1B13

RGB

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

 GREEN value IS 27 (10.94% from 255) = 36.49%

 BLUE value IS 19 (7.81% from 255) = 25.68%

R = 37.84%
G = 36.49%
B = 25.68%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.32

 K value IS 0.89

RGB Variations

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

Color information

#1C1B13 (or 0x1C1B13) is known color: Maire. HEX triplet: 1C, 1B and 13. RGB value is (28,27,19). Sum of RGB (Red+Green+Blue) = 28+27+19=74 (9% of max value = 765). Red value is 28 (11.33% from 255 or 37.84% from 74); Green value is 27 (10.94% from 255 or 36.49% from 74); Blue value is 19 (7.81% from 255 or 25.68% from 74); Max value from RGB is 28 - color contains mainly: red. Hex color #1C1B13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1C1B13 is #E3E4EC. Grayscale: #1A1A1A. Windows color (decimal): -14935277 or 1252124. OLE color: 1252124.

HSL color Cylindrical-coordinate representation of color #1C1B13: hue angle of 53.33º degrees, saturation: 0.19, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #1C1B13 is Cyan = 0, Magento = 0.04, Yellow = 0.32 and Black (K on CMYK) = 0.89.

Color convert

RGB 28 27 19 -
CMYK 0 0.04 0.32 0.89
HSL 53.33º 0.19% 0.09% -
HSV(B) 53.33º 0.32% 0.11% -
XYZ 0.99 1.08 0.77 -
YUV 26.39 123.83 129.15 -
System Red Green Blue C M Y K H S L
Decimal 28 27 19 0 0.04 0.32 0.89 53.33 0.19 0.09
Hex 1C 1B 13 0 4 20 59 35 13 9
Octal 34 33 23 0 4 40 131 65 23 11
Binary 11100 11011 10011 0 100 100000 1011001 110101 10011 1001

Color Harmonies of #1C1B13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C1B13

Black with #1C1B13

Text Example


Text Example

White with #1C1B13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,27,19); }

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

background-color css

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

 a { background-color: rgb(28,27,19); }

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

border-color css

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

 span { border-color: rgb(28,27,19); }

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