Html Css Color HEX #1B1312 Seal Brown

📋 copy color: '#1B1312'

red 27 ◦ green 19 ◦ blue 18

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

Shades of Seal Brown #1B1312

Tints of Seal Brown #1B1312

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 28.13%

R = 42.19%
G = 29.69%
B = 28.13%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.33

 K value IS 0.89

RGB Variations

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

Color information

#1B1312 (or 0x1B1312) is known color: Seal Brown. HEX triplet: 1B, 13 and 12. RGB value is (27,19,18). Sum of RGB (Red+Green+Blue) = 27+19+18=64 (8% of max value = 765). Red value is 27 (10.94% from 255 or 42.19% from 64); Green value is 19 (7.81% from 255 or 29.69% from 64); Blue value is 18 (7.42% from 255 or 28.12% from 64); Max value from RGB is 27 - color contains mainly: red. Hex color #1B1312 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B1312 is #E4ECED. Grayscale: #151515. Windows color (decimal): -15002862 or 1184539. OLE color: 1184539.

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

Color convert

RGB 27 19 18 -
CMYK 0 0.30 0.33 0.89
HSL 6.67º 0.2% 0.09% -
HSV(B) 6.67º 0.33% 0.11% -
XYZ 0.79 0.74 0.67 -
YUV 21.28 126.15 132.08 -
System Red Green Blue C M Y K H S L
Decimal 27 19 18 0 0.30 0.33 0.89 6.67 0.2 0.09
Hex 1B 13 12 0 1E 21 59 7 14 9
Octal 33 23 22 0 36 41 131 7 24 11
Binary 11011 10011 10010 0 11110 100001 1011001 111 10100 1001

Color Harmonies of #1B1312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B1312

Black with #1B1312

Text Example


Text Example

White with #1B1312

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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