Html Css Color HEX #1B1B13 Maire

📋 copy color: '#1B1B13'

red 27 ◦ green 27 ◦ blue 19

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

Shades of Maire #1B1B13

Tints of Maire #1B1B13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 26.03%

R = 36.99%
G = 36.99%
B = 26.03%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.30

 K value IS 0.89

RGB Variations

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

Color information

#1B1B13 (or 0x1B1B13) is known color: Maire. HEX triplet: 1B, 1B and 13. RGB value is (27,27,19). Sum of RGB (Red+Green+Blue) = 27+27+19=73 (9% of max value = 765). Red value is 27 (10.94% from 255 or 36.99% from 73); Green value is 27 (10.94% from 255 or 36.99% from 73); Blue value is 19 (7.81% from 255 or 26.03% from 73); Max value from RGB is 27 - color contains mainly: red, green. Hex color #1B1B13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1B1B13 is #E4E4EC. Grayscale: #1A1A1A. Windows color (decimal): -15000813 or 1252123. OLE color: 1252123.

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

Color convert

RGB 27 27 19 -
CMYK 0 0 0.30 0.89
HSL 60º 0.17% 0.09% -
HSV(B) 60º 0.3% 0.11% -
XYZ 0.96 1.06 0.77 -
YUV 26.09 124 128.65 -
System Red Green Blue C M Y K H S L
Decimal 27 27 19 0 0 0.30 0.89 60 0.17 0.09
Hex 1B 1B 13 0 0 1E 59 3C 11 9
Octal 33 33 23 0 0 36 131 74 21 11
Binary 11011 11011 10011 0 0 11110 1011001 111100 10001 1001

Color Harmonies of #1B1B13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B1B13

Black with #1B1B13

Text Example


Text Example

White with #1B1B13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,27,19); }

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

background-color css

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

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

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

border-color css

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

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

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