#2D1111

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

Shades of Seal Brown #2D1111

Tints of Seal Brown #2D1111

Color information

#2D1111 (or 0x2D1111) is unknown color: approx Seal Brown. HEX triplet: 2D, 11 and 11. RGB value is (45,17,17). Sum of RGB (Red+Green+Blue) = 45+17+17=79 (10% of max value = 765). Red value is 45 (17.97% from 255 or 56.96% from 79); Green value is 17 (7.03% from 255 or 21.52% from 79); Blue value is 17 (7.03% from 255 or 21.52% from 79); Max value from RGB is 45 - color contains mainly: red. Hex color #2D1111 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2D1111 is #D2EEEE. Grayscale: #191919. Windows color (decimal): -13823727 or 1118509. OLE color: 1118509.

HSL color Cylindrical-coordinate representation of color #2D1111: hue angle of 0º degrees, saturation: 0.45, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2D1111 is Cyan = 0, Magento = 0.62, Yellow = 0.62 and Black (K on CMYK) = 0.82.

Color convert

RGB451717-
CMYK00.620.620.82
HSL45.16%12.16%-
HSV(B)62.22%17.65%-
XYZ1.3810.65-
YUV25.37123.28142-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 56.96%
GREEN value IS 17 (7.03% from 255) = 21.52%
BLUE value IS 17 (7.03% from 255) = 21.52%
R=56.96%
G=21.52%
B=21.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.62
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal45171700.620.620.82045.1612.16
Hex2D111103E3E5202dc
Octal5521210767612205514
Binary10110110001100010111110111110101001001011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D1111

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2D1111; }

 p { color: rgb(45,17,17); }

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

<style>
 a { background-color: #2D1111; }

 a { background-color: rgb(45,17,17); }

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

<style>
 span { border-color: #2D1111; }

 span { border-color: rgb(45,17,17); }

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