Html Css Color HEX #1B100E Seal Brown

📋 copy color: '#1B100E'

red 27 ◦ green 16 ◦ blue 14

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

Shades of Seal Brown #1B100E

Tints of Seal Brown #1B100E

RGB

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

 GREEN value IS 16 (6.64% from 255) = 28.07%

 BLUE value IS 14 (5.86% from 255) = 24.56%

R = 47.37%
G = 28.07%
B = 24.56%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.48

 K value IS 0.89

RGB Variations

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

Color information

#1B100E (or 0x1B100E) is known color: Seal Brown. HEX triplet: 1B, 10 and 0E. RGB value is (27,16,14). Sum of RGB (Red+Green+Blue) = 27+16+14=57 (7% of max value = 765). Red value is 27 (10.94% from 255 or 47.37% from 57); Green value is 16 (6.64% from 255 or 28.07% from 57); Blue value is 14 (5.86% from 255 or 24.56% from 57); Max value from RGB is 27 - color contains mainly: red. Hex color #1B100E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B100E is #E4EFF1. Grayscale: #131313. Windows color (decimal): -15003634 or 921627. OLE color: 921627.

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

Color convert

RGB 27 16 14 -
CMYK 0 0.41 0.48 0.89
HSL 9.23º 0.32% 0.08% -
HSV(B) 9.23º 0.48% 0.11% -
XYZ 0.72 0.64 0.5 -
YUV 19.06 125.14 133.66 -
System Red Green Blue C M Y K H S L
Decimal 27 16 14 0 0.41 0.48 0.89 9.23 0.32 0.08
Hex 1B 10 E 0 29 30 59 9 20 8
Octal 33 20 16 0 51 60 131 11 40 10
Binary 11011 10000 1110 0 101001 110000 1011001 1001 100000 1000

Color Harmonies of #1B100E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B100E

Black with #1B100E

Text Example


Text Example

White with #1B100E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,16,14); }

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

background-color css

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

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

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

border-color css

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

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

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