Html Css Color HEX #1B1915 Maire

📋 copy color: '#1B1915'

red 27 ◦ green 25 ◦ blue 21

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

Shades of Maire #1B1915

Tints of Maire #1B1915

RGB

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

 GREEN value IS 25 (10.16% from 255) = 34.25%

 BLUE value IS 21 (8.59% from 255) = 28.77%

R = 36.99%
G = 34.25%
B = 28.77%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.22

 K value IS 0.89

RGB Variations

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

Color information

#1B1915 (or 0x1B1915) is known color: Maire. HEX triplet: 1B, 19 and 15. RGB value is (27,25,21). Sum of RGB (Red+Green+Blue) = 27+25+21=73 (9% of max value = 765). Red value is 27 (10.94% from 255 or 36.99% from 73); Green value is 25 (10.16% from 255 or 34.25% from 73); Blue value is 21 (8.59% from 255 or 28.77% from 73); Max value from RGB is 27 - color contains mainly: red. Hex color #1B1915 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B1915 is #E4E6EA. Grayscale: #191919. Windows color (decimal): -15001323 or 1382683. OLE color: 1382683.

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

Color convert

RGB 27 25 21 -
CMYK 0 0.07 0.22 0.89
HSL 40º 0.13% 0.09% -
HSV(B) 40º 0.22% 0.11% -
XYZ 0.93 0.98 0.85 -
YUV 25.14 125.66 129.33 -
System Red Green Blue C M Y K H S L
Decimal 27 25 21 0 0.07 0.22 0.89 40 0.13 0.09
Hex 1B 19 15 0 7 16 59 28 C 9
Octal 33 31 25 0 7 26 131 50 14 11
Binary 11011 11001 10101 0 111 10110 1011001 101000 1100 1001

Color Harmonies of #1B1915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B1915

Black with #1B1915

Text Example


Text Example

White with #1B1915

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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