Html Css Color HEX #1B1501 Maire

📋 copy color: '#1B1501'

red 27 ◦ green 21 ◦ blue 1

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

Shades of Maire #1B1501

Tints of Maire #1B1501

RGB

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

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

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

R = 55.1%
G = 42.86%
B = 2.04%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.96

 K value IS 0.89

RGB Variations

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

Color information

#1B1501 (or 0x1B1501) is known color: Maire. HEX triplet: 1B, 15 and 01. RGB value is (27,21,1). Sum of RGB (Red+Green+Blue) = 27+21+1=49 (6% of max value = 765). Red value is 27 (10.94% from 255 or 55.10% from 49); Green value is 21 (8.59% from 255 or 42.86% from 49); Blue value is 1 (0.78% from 255 or 2.04% from 49); Max value from RGB is 27 - color contains mainly: red. Hex color #1B1501 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B1501 is #E4EAFE. Grayscale: #141414. Windows color (decimal): -15002367 or 70939. OLE color: 70939.

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

Color convert

RGB 27 21 1 -
CMYK 0 0.22 0.96 0.89
HSL 46.15º 0.93% 0.05% -
HSV(B) 46.15º 0.96% 0.11% -
XYZ 0.73 0.77 0.14 -
YUV 20.51 116.99 132.63 -
System Red Green Blue C M Y K H S L
Decimal 27 21 1 0 0.22 0.96 0.89 46.15 0.93 0.05
Hex 1B 15 1 0 16 60 59 2E 5D 5
Octal 33 25 1 0 26 140 131 56 135 5
Binary 11011 10101 1 0 10110 1100000 1011001 101110 1011101 101

Color Harmonies of #1B1501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B1501

Black with #1B1501

Text Example


Text Example

White with #1B1501

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,21,1); }

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

background-color css

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

 a { background-color: rgb(27,21,1); }

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

border-color css

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

 span { border-color: rgb(27,21,1); }

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