Html Css Color HEX #1B1211 Seal Brown

📋 copy color: '#1B1211'

red 27 ◦ green 18 ◦ blue 17

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

Shades of Seal Brown #1B1211

Tints of Seal Brown #1B1211

RGB

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

 GREEN value IS 18 (7.42% from 255) = 29.03%

 BLUE value IS 17 (7.03% from 255) = 27.42%

R = 43.55%
G = 29.03%
B = 27.42%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.37

 K value IS 0.89

RGB Variations

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

Color information

#1B1211 (or 0x1B1211) is known color: Seal Brown. HEX triplet: 1B, 12 and 11. RGB value is (27,18,17). Sum of RGB (Red+Green+Blue) = 27+18+17=62 (8% of max value = 765). Red value is 27 (10.94% from 255 or 43.55% from 62); Green value is 18 (7.42% from 255 or 29.03% from 62); Blue value is 17 (7.03% from 255 or 27.42% from 62); Max value from RGB is 27 - color contains mainly: red. Hex color #1B1211 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B1211 is #E4EDEE. Grayscale: #141414. Windows color (decimal): -15003119 or 1118747. OLE color: 1118747.

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

Color convert

RGB 27 18 17 -
CMYK 0 0.33 0.37 0.89
HSL 0.23% 0.09% -
HSV(B) 0.37% 0.11% -
XYZ 0.77 0.71 0.63 -
YUV 20.58 125.98 132.58 -
System Red Green Blue C M Y K H S L
Decimal 27 18 17 0 0.33 0.37 0.89 6 0.23 0.09
Hex 1B 12 11 0 21 25 59 6 17 9
Octal 33 22 21 0 41 45 131 6 27 11
Binary 11011 10010 10001 0 100001 100101 1011001 110 10111 1001

Color Harmonies of #1B1211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B1211

Black with #1B1211

Text Example


Text Example

White with #1B1211

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,18,17); }

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

background-color css

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

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

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

border-color css

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

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

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