#1A1212

Color #1A1212 Seal Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Seal Brown #1A1212

Tints of Seal Brown #1A1212

Color information

#1A1212 (or 0x1A1212) is unknown color: approx Seal Brown. HEX triplet: 1A, 12 and 12. RGB value is (26,18,18). Sum of RGB (Red+Green+Blue) = 26+18+18=62 (8% of max value = 765). Red value is 26 (10.55% from 255 or 41.94% from 62); Green value is 18 (7.42% from 255 or 29.03% from 62); Blue value is 18 (7.42% from 255 or 29.03% from 62); Max value from RGB is 26 - color contains mainly: red. Hex color #1A1212 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A1212 is #E5EDED. Grayscale: #141414. Windows color (decimal): -15068654 or 1184282. OLE color: 1184282.

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

Color convert

RGB261818-
CMYK00.310.310.90
HSL18.18%8.63%-
HSV(B)30.77%10.2%-
XYZ0.750.70.67-
YUV20.39126.65132-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 41.94%
GREEN value IS 18 (7.42% from 255) = 29.03%
BLUE value IS 18 (7.42% from 255) = 29.03%
R=41.94%
G=29.03%
B=29.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.31
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal26181800.310.310.90018.188.63
Hex1A121201F1F5A0129
Octal3222220373713202211
Binary1101010010100100111111111110110100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A1212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #1A1212;
 }
 .AnyTagClassName
 {
   color: #1A1212;
 }
</style>
background-color css

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

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

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

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

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

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