Html Css Color HEX #1B1212 Seal Brown

📋 copy color: '#1B1212'

red 27 ◦ green 18 ◦ blue 18

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

Shades of Seal Brown #1B1212

Tints of Seal Brown #1B1212

RGB

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

 GREEN value IS 18 (7.42% from 255) = 28.57%

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

R = 42.86%
G = 28.57%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.33

 K value IS 0.89

RGB Variations

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

Color information

#1B1212 (or 0x1B1212) is known color: Seal Brown. HEX triplet: 1B, 12 and 12. RGB value is (27,18,18). Sum of RGB (Red+Green+Blue) = 27+18+18=63 (8% of max value = 765). Red value is 27 (10.94% from 255 or 42.86% from 63); Green value is 18 (7.42% from 255 or 28.57% from 63); Blue value is 18 (7.42% from 255 or 28.57% from 63); Max value from RGB is 27 - color contains mainly: red. Hex color #1B1212 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B1212 is #E4EDED. Grayscale: #141414. Windows color (decimal): -15003118 or 1184283. OLE color: 1184283.

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

Color convert

RGB 27 18 18 -
CMYK 0 0.33 0.33 0.89
HSL 0.2% 0.09% -
HSV(B) 0.33% 0.11% -
XYZ 0.78 0.71 0.67 -
YUV 20.69 126.48 132.5 -
System Red Green Blue C M Y K H S L
Decimal 27 18 18 0 0.33 0.33 0.89 0 0.2 0.09
Hex 1B 12 12 0 21 21 59 0 14 9
Octal 33 22 22 0 41 41 131 0 24 11
Binary 11011 10010 10010 0 100001 100001 1011001 0 10100 1001

Color Harmonies of #1B1212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B1212

Black with #1B1212

Text Example


Text Example

White with #1B1212

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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