Html Css Color HEX #1B1701 Maire

📋 copy color: '#1B1701'

red 27 ◦ green 23 ◦ blue 1

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

Shades of Maire #1B1701

Tints of Maire #1B1701

RGB

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

 GREEN value IS 23 (9.38% from 255) = 45.1%

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

R = 52.94%
G = 45.1%
B = 1.96%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.96

 K value IS 0.89

RGB Variations

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

Color information

#1B1701 (or 0x1B1701) is known color: Maire. HEX triplet: 1B, 17 and 01. RGB value is (27,23,1). Sum of RGB (Red+Green+Blue) = 27+23+1=51 (6% of max value = 765). Red value is 27 (10.94% from 255 or 52.94% from 51); Green value is 23 (9.38% from 255 or 45.10% from 51); Blue value is 1 (0.78% from 255 or 1.96% from 51); Max value from RGB is 27 - color contains mainly: red. Hex color #1B1701 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B1701 is #E4E8FE. Grayscale: #151515. Windows color (decimal): -15001855 or 71451. OLE color: 71451.

HSL color Cylindrical-coordinate representation of color #1B1701: hue angle of 50.77º 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 #1B1701 is Cyan = 0, Magento = 0.15, Yellow = 0.96 and Black (K on CMYK) = 0.89.

Color convert

RGB 27 23 1 -
CMYK 0 0.15 0.96 0.89
HSL 50.77º 0.93% 0.05% -
HSV(B) 50.77º 0.96% 0.11% -
XYZ 0.76 0.85 0.15 -
YUV 21.69 116.33 131.79 -
System Red Green Blue C M Y K H S L
Decimal 27 23 1 0 0.15 0.96 0.89 50.77 0.93 0.05
Hex 1B 17 1 0 F 60 59 33 5D 5
Octal 33 27 1 0 17 140 131 63 135 5
Binary 11011 10111 1 0 1111 1100000 1011001 110011 1011101 101

Color Harmonies of #1B1701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B1701

Black with #1B1701

Text Example


Text Example

White with #1B1701

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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