Html Css Color HEX #1B1311 Seal Brown

📋 copy color: '#1B1311'

red 27 ◦ green 19 ◦ blue 17

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

Shades of Seal Brown #1B1311

Tints of Seal Brown #1B1311

RGB

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

 GREEN value IS 19 (7.81% from 255) = 30.16%

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

R = 42.86%
G = 30.16%
B = 26.98%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.37

 K value IS 0.89

RGB Variations

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

Color information

#1B1311 (or 0x1B1311) is known color: Seal Brown. HEX triplet: 1B, 13 and 11. RGB value is (27,19,17). Sum of RGB (Red+Green+Blue) = 27+19+17=63 (8% of max value = 765). Red value is 27 (10.94% from 255 or 42.86% from 63); Green value is 19 (7.81% from 255 or 30.16% from 63); Blue value is 17 (7.03% from 255 or 26.98% from 63); Max value from RGB is 27 - color contains mainly: red. Hex color #1B1311 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B1311 is #E4ECEE. Grayscale: #151515. Windows color (decimal): -15002863 or 1119003. OLE color: 1119003.

HSL color Cylindrical-coordinate representation of color #1B1311: hue angle of 12º 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 #1B1311 is Cyan = 0, Magento = 0.30, Yellow = 0.37 and Black (K on CMYK) = 0.89.

Color convert

RGB 27 19 17 -
CMYK 0 0.30 0.37 0.89
HSL 12º 0.23% 0.09% -
HSV(B) 12º 0.37% 0.11% -
XYZ 0.79 0.74 0.63 -
YUV 21.16 125.65 132.16 -
System Red Green Blue C M Y K H S L
Decimal 27 19 17 0 0.30 0.37 0.89 12 0.23 0.09
Hex 1B 13 11 0 1E 25 59 C 17 9
Octal 33 23 21 0 36 45 131 14 27 11
Binary 11011 10011 10001 0 11110 100101 1011001 1100 10111 1001

Color Harmonies of #1B1311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B1311

Black with #1B1311

Text Example


Text Example

White with #1B1311

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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