#341F3D

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

Shades of Blackcurrant #341F3D

Tints of Blackcurrant #341F3D

Color information

#341F3D (or 0x341F3D) is unknown color: approx Blackcurrant. HEX triplet: 34, 1F and 3D. RGB value is (52,31,61). Sum of RGB (Red+Green+Blue) = 52+31+61=144 (19% of max value = 765). Red value is 52 (20.70% from 255 or 36.11% from 144); Green value is 31 (12.5% from 255 or 21.53% from 144); Blue value is 61 (24.22% from 255 or 42.36% from 144); Max value from RGB is 61 - color contains mainly: blue. Hex color #341F3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #341F3D is #CBE0C2. Grayscale: #282828. Windows color (decimal): -13361347 or 4005684. OLE color: 4005684.

HSL color Cylindrical-coordinate representation of color #341F3D: hue angle of 282º degrees, saturation: 0.33, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #341F3D is Cyan = 0.15, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB523161-
CMYK0.150.4900.76
HSL282º32.61%18.04%-
HSV(B)282º49.18%23.92%-
XYZ2.752.054.67-
YUV40.7139.46136.06-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 36.11%
GREEN value IS 31 (12.5% from 255) = 21.53%
BLUE value IS 61 (24.22% from 255) = 42.36%
R=36.11%
G=21.53%
B=42.36%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5231610.150.4900.7628232.6118.04
Hex341F3DF3104C11a2112
Octal643775176101144324122
Binary1101001111111110111111100010100110010001101010000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341F3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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