Html Css Color HEX #1B1413 Seal Brown

📋 copy color: '#1B1413'

red 27 ◦ green 20 ◦ blue 19

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

Shades of Seal Brown #1B1413

Tints of Seal Brown #1B1413

RGB

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

 GREEN value IS 20 (8.2% from 255) = 30.3%

 BLUE value IS 19 (7.81% from 255) = 28.79%

R = 40.91%
G = 30.3%
B = 28.79%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.30

 K value IS 0.89

RGB Variations

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

Color information

#1B1413 (or 0x1B1413) is known color: Seal Brown. HEX triplet: 1B, 14 and 13. RGB value is (27,20,19). Sum of RGB (Red+Green+Blue) = 27+20+19=66 (8% of max value = 765). Red value is 27 (10.94% from 255 or 40.91% from 66); Green value is 20 (8.20% from 255 or 30.30% from 66); Blue value is 19 (7.81% from 255 or 28.79% from 66); Max value from RGB is 27 - color contains mainly: red. Hex color #1B1413 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B1413 is #E4EBEC. Grayscale: #151515. Windows color (decimal): -15002605 or 1250331. OLE color: 1250331.

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

Color convert

RGB 27 20 19 -
CMYK 0 0.26 0.30 0.89
HSL 7.5º 0.17% 0.09% -
HSV(B) 7.5º 0.3% 0.11% -
XYZ 0.82 0.78 0.72 -
YUV 21.98 126.32 131.58 -
System Red Green Blue C M Y K H S L
Decimal 27 20 19 0 0.26 0.30 0.89 7.5 0.17 0.09
Hex 1B 14 13 0 1A 1E 59 8 11 9
Octal 33 24 23 0 32 36 131 10 21 11
Binary 11011 10100 10011 0 11010 11110 1011001 1000 10001 1001

Color Harmonies of #1B1413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B1413

Black with #1B1413

Text Example


Text Example

White with #1B1413

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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