Html Css Color HEX #1B1616 Seal Brown

📋 copy color: '#1B1616'

red 27 ◦ green 22 ◦ blue 22

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

Shades of Seal Brown #1B1616

Tints of Seal Brown #1B1616

RGB

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

 GREEN value IS 22 (8.98% from 255) = 30.99%

 BLUE value IS 22 (8.98% from 255) = 30.99%

R = 38.03%
G = 30.99%
B = 30.99%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.19

 K value IS 0.89

RGB Variations

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

Color information

#1B1616 (or 0x1B1616) is known color: Seal Brown. HEX triplet: 1B, 16 and 16. RGB value is (27,22,22). Sum of RGB (Red+Green+Blue) = 27+22+22=71 (9% of max value = 765). Red value is 27 (10.94% from 255 or 38.03% from 71); Green value is 22 (8.98% from 255 or 30.99% from 71); Blue value is 22 (8.98% from 255 or 30.99% from 71); Max value from RGB is 27 - color contains mainly: red. Hex color #1B1616 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B1616 is #E4E9E9. Grayscale: #171717. Windows color (decimal): -15002090 or 1447451. OLE color: 1447451.

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

Color convert

RGB 27 22 22 -
CMYK 0 0.19 0.19 0.89
HSL 0.1% 0.1% -
HSV(B) 0.19% 0.11% -
XYZ 0.88 0.86 0.88 -
YUV 23.5 127.16 130.5 -
System Red Green Blue C M Y K H S L
Decimal 27 22 22 0 0.19 0.19 0.89 0 0.1 0.1
Hex 1B 16 16 0 13 13 59 0 A A
Octal 33 26 26 0 23 23 131 0 12 12
Binary 11011 10110 10110 0 10011 10011 1011001 0 1010 1010

Color Harmonies of #1B1616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B1616

Black with #1B1616

Text Example


Text Example

White with #1B1616

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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