Html Css Color HEX #1B1406 Maire

📋 copy color: '#1B1406'

red 27 ◦ green 20 ◦ blue 6

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

Shades of Maire #1B1406

Tints of Maire #1B1406

RGB

 RED value IS 27 (10.94% from 255) = 50.94%

 GREEN value IS 20 (8.2% from 255) = 37.74%

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

R = 50.94%
G = 37.74%
B = 11.32%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.78

 K value IS 0.89

RGB Variations

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

Color information

#1B1406 (or 0x1B1406) is known color: Maire. HEX triplet: 1B, 14 and 06. RGB value is (27,20,6). Sum of RGB (Red+Green+Blue) = 27+20+6=53 (7% of max value = 765). Red value is 27 (10.94% from 255 or 50.94% from 53); Green value is 20 (8.20% from 255 or 37.74% from 53); Blue value is 6 (2.73% from 255 or 11.32% from 53); Max value from RGB is 27 - color contains mainly: red. Hex color #1B1406 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B1406 is #E4EBF9. Grayscale: #141414. Windows color (decimal): -15002618 or 398363. OLE color: 398363.

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

Color convert

RGB 27 20 6 -
CMYK 0 0.26 0.78 0.89
HSL 40º 0.64% 0.06% -
HSV(B) 40º 0.78% 0.11% -
XYZ 0.74 0.75 0.28 -
YUV 20.5 119.82 132.64 -
System Red Green Blue C M Y K H S L
Decimal 27 20 6 0 0.26 0.78 0.89 40 0.64 0.06
Hex 1B 14 6 0 1A 4E 59 28 40 6
Octal 33 24 6 0 32 116 131 50 100 6
Binary 11011 10100 110 0 11010 1001110 1011001 101000 1000000 110

Color Harmonies of #1B1406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B1406

Black with #1B1406

Text Example


Text Example

White with #1B1406

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,20,6); }

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

background-color css

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

 a { background-color: rgb(27,20,6); }

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

border-color css

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

 span { border-color: rgb(27,20,6); }

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