Html Css Color HEX #1B1500 Maire

📋 copy color: '#1B1500'

red 27 ◦ green 21 ◦ blue 0

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

Shades of Maire #1B1500

Tints of Maire #1B1500

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 56.25%
G = 43.75%
B = 0%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 1

 K value IS 0.89

RGB Variations

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

Color information

#1B1500 (or 0x1B1500) is known color: Maire. HEX triplet: 1B, 15 and 00. RGB value is (27,21,0). Sum of RGB (Red+Green+Blue) = 27+21+0=48 (6% of max value = 765). Red value is 27 (10.94% from 255 or 56.25% from 48); Green value is 21 (8.59% from 255 or 43.75% from 48); Blue value is 0 (0.39% from 255 or 0% from 48); Max value from RGB is 27 - color contains mainly: red. Hex color #1B1500 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B1500 is #E4EAFF. Grayscale: #141414. Windows color (decimal): -15002368 or 5403. OLE color: 5403.

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

Color convert

RGB 27 21 0 -
CMYK 0 0.22 1 0.89
HSL 46.67º 1% 0.05% -
HSV(B) 46.67º 1% 0.11% -
XYZ 0.72 0.77 0.11 -
YUV 20.4 116.49 132.71 -
System Red Green Blue C M Y K H S L
Decimal 27 21 0 0 0.22 1 0.89 46.67 1 0.05
Hex 1B 15 0 0 16 64 59 2F 64 5
Octal 33 25 0 0 26 144 131 57 144 5
Binary 11011 10101 0 0 10110 1100100 1011001 101111 1100100 101

Color Harmonies of #1B1500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B1500

Black with #1B1500

Text Example


Text Example

White with #1B1500

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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