Html Css Color HEX #1B1B14 Maire

📋 copy color: '#1B1B14'

red 27 ◦ green 27 ◦ blue 20

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

Shades of Maire #1B1B14

Tints of Maire #1B1B14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 27.03%

R = 36.49%
G = 36.49%
B = 27.03%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.26

 K value IS 0.89

RGB Variations

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

Color information

#1B1B14 (or 0x1B1B14) is known color: Maire. HEX triplet: 1B, 1B and 14. RGB value is (27,27,20). Sum of RGB (Red+Green+Blue) = 27+27+20=74 (9% of max value = 765). Red value is 27 (10.94% from 255 or 36.49% from 74); Green value is 27 (10.94% from 255 or 36.49% from 74); Blue value is 20 (8.20% from 255 or 27.03% from 74); Max value from RGB is 27 - color contains mainly: red, green. Hex color #1B1B14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1B1B14 is #E4E4EB. Grayscale: #1A1A1A. Windows color (decimal): -15000812 or 1317659. OLE color: 1317659.

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

Color convert

RGB 27 27 20 -
CMYK 0 0 0.26 0.89
HSL 60º 0.15% 0.09% -
HSV(B) 60º 0.26% 0.11% -
XYZ 0.97 1.07 0.82 -
YUV 26.2 124.5 128.57 -
System Red Green Blue C M Y K H S L
Decimal 27 27 20 0 0 0.26 0.89 60 0.15 0.09
Hex 1B 1B 14 0 0 1A 59 3C F 9
Octal 33 33 24 0 0 32 131 74 17 11
Binary 11011 11011 10100 0 0 11010 1011001 111100 1111 1001

Color Harmonies of #1B1B14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B1B14

Black with #1B1B14

Text Example


Text Example

White with #1B1B14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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