Html Css Color HEX #1B1414 Seal Brown

📋 copy color: '#1B1414'

red 27 ◦ green 20 ◦ blue 20

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

Shades of Seal Brown #1B1414

Tints of Seal Brown #1B1414

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 29.85%

R = 40.3%
G = 29.85%
B = 29.85%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.26

 K value IS 0.89

RGB Variations

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

Color information

#1B1414 (or 0x1B1414) is known color: Seal Brown. HEX triplet: 1B, 14 and 14. RGB value is (27,20,20). Sum of RGB (Red+Green+Blue) = 27+20+20=67 (8% of max value = 765). Red value is 27 (10.94% from 255 or 40.30% from 67); Green value is 20 (8.20% from 255 or 29.85% from 67); Blue value is 20 (8.20% from 255 or 29.85% from 67); Max value from RGB is 27 - color contains mainly: red. Hex color #1B1414 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B1414 is #E4EBEB. Grayscale: #161616. Windows color (decimal): -15002604 or 1315867. OLE color: 1315867.

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

Color convert

RGB 27 20 20 -
CMYK 0 0.26 0.26 0.89
HSL 0.15% 0.09% -
HSV(B) 0.26% 0.11% -
XYZ 0.83 0.78 0.77 -
YUV 22.09 126.82 131.5 -
System Red Green Blue C M Y K H S L
Decimal 27 20 20 0 0.26 0.26 0.89 0 0.15 0.09
Hex 1B 14 14 0 1A 1A 59 0 F 9
Octal 33 24 24 0 32 32 131 0 17 11
Binary 11011 10100 10100 0 11010 11010 1011001 0 1111 1001

Color Harmonies of #1B1414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B1414

Black with #1B1414

Text Example


Text Example

White with #1B1414

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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