#341F1F

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

Shades of Seal Brown #341F1F

Tints of Seal Brown #341F1F

Color information

#341F1F (or 0x341F1F) is unknown color: approx Seal Brown. HEX triplet: 34, 1F and 1F. RGB value is (52,31,31). Sum of RGB (Red+Green+Blue) = 52+31+31=114 (15% of max value = 765). Red value is 52 (20.70% from 255 or 45.61% from 114); Green value is 31 (12.5% from 255 or 27.19% from 114); Blue value is 31 (12.5% from 255 or 27.19% from 114); Max value from RGB is 52 - color contains mainly: red. Hex color #341F1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #341F1F is #CBE0E0. Grayscale: #252525. Windows color (decimal): -13361377 or 2039604. OLE color: 2039604.

HSL color Cylindrical-coordinate representation of color #341F1F: hue angle of 0º degrees, saturation: 0.25, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #341F1F is Cyan = 0, Magento = 0.40, Yellow = 0.40 and Black (K on CMYK) = 0.80.

Color convert

RGB523131-
CMYK00.400.400.80
HSL25.3%16.27%-
HSV(B)40.38%20.39%-
XYZ2.151.811.53-
YUV37.28124.46138.5-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 45.61%
GREEN value IS 31 (12.5% from 255) = 27.19%
BLUE value IS 31 (12.5% from 255) = 27.19%
R=45.61%
G=27.19%
B=27.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.40
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52313100.400.400.80025.316.27
Hex341F1F028285001910
Octal6437370505012003120
Binary11010011111111110101000101000101000001100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341F1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #341F1F; }

 p { color: rgb(52,31,31); }

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

<style>
 a { background-color: #341F1F; }

 a { background-color: rgb(52,31,31); }

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

<style>
 span { border-color: #341F1F; }

 span { border-color: rgb(52,31,31); }

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