#321D1B

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

Shades of Seal Brown #321D1B

Tints of Seal Brown #321D1B

Color information

#321D1B (or 0x321D1B) is unknown color: approx Seal Brown. HEX triplet: 32, 1D and 1B. RGB value is (50,29,27). Sum of RGB (Red+Green+Blue) = 50+29+27=106 (14% of max value = 765). Red value is 50 (19.92% from 255 or 47.17% from 106); Green value is 29 (11.72% from 255 or 27.36% from 106); Blue value is 27 (10.94% from 255 or 25.47% from 106); Max value from RGB is 50 - color contains mainly: red. Hex color #321D1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #321D1B is #CDE2E4. Grayscale: #232323. Windows color (decimal): -13492965 or 1776946. OLE color: 1776946.

HSL color Cylindrical-coordinate representation of color #321D1B: hue angle of 5.22º degrees, saturation: 0.3, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #321D1B is Cyan = 0, Magento = 0.42, Yellow = 0.46 and Black (K on CMYK) = 0.80.

Color convert

RGB502927-
CMYK00.420.460.80
HSL5.22º29.87%15.1%-
HSV(B)5.22º46%19.61%-
XYZ1.951.641.25-
YUV35.05123.46138.66-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 47.17%
GREEN value IS 29 (11.72% from 255) = 27.36%
BLUE value IS 27 (10.94% from 255) = 25.47%
R=47.17%
G=27.36%
B=25.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.46
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50292700.420.460.805.2229.8715.1
Hex321D1B02A2E5051ef
Octal6235330525612053617
Binary110010111011101101010101011101010000101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321D1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321D1B; }

 p { color: rgb(50,29,27); }

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

<style>
 a { background-color: #321D1B; }

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

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

<style>
 span { border-color: #321D1B; }

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

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