#1D1212

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

Shades of Seal Brown #1D1212

Tints of Seal Brown #1D1212

Color information

#1D1212 (or 0x1D1212) is unknown color: approx Seal Brown. HEX triplet: 1D, 12 and 12. RGB value is (29,18,18). Sum of RGB (Red+Green+Blue) = 29+18+18=65 (8% of max value = 765). Red value is 29 (11.72% from 255 or 44.62% from 65); Green value is 18 (7.42% from 255 or 27.69% from 65); Blue value is 18 (7.42% from 255 or 27.69% from 65); Max value from RGB is 29 - color contains mainly: red. Hex color #1D1212 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D1212 is #E2EDED. Grayscale: #151515. Windows color (decimal): -14872046 or 1184285. OLE color: 1184285.

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

Color convert

RGB291818-
CMYK00.380.380.89
HSL23.4%9.22%-
HSV(B)37.93%11.37%-
XYZ0.830.740.67-
YUV21.29126.14133.5-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 44.62%
GREEN value IS 18 (7.42% from 255) = 27.69%
BLUE value IS 18 (7.42% from 255) = 27.69%
R=44.62%
G=27.69%
B=27.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.38
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal29181800.380.380.89023.49.22
Hex1D121202626590179
Octal3522220464613102711
Binary111011001010010010011010011010110010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D1212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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