#341E3D

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

Shades of Blackcurrant #341E3D

Tints of Blackcurrant #341E3D

Color information

#341E3D (or 0x341E3D) is unknown color: approx Blackcurrant. HEX triplet: 34, 1E and 3D. RGB value is (52,30,61). Sum of RGB (Red+Green+Blue) = 52+30+61=143 (18% of max value = 765). Red value is 52 (20.70% from 255 or 36.36% from 143); Green value is 30 (12.11% from 255 or 20.98% from 143); Blue value is 61 (24.22% from 255 or 42.66% from 143); Max value from RGB is 61 - color contains mainly: blue. Hex color #341E3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #341E3D is #CBE1C2. Grayscale: #282828. Windows color (decimal): -13361603 or 4005428. OLE color: 4005428.

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

Color convert

RGB523061-
CMYK0.150.5100.76
HSL282.58º34.07%17.84%-
HSV(B)282.58º50.82%23.92%-
XYZ2.7224.66-
YUV40.11139.79136.48-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 36.36%
GREEN value IS 30 (12.11% from 255) = 20.98%
BLUE value IS 61 (24.22% from 255) = 42.66%
R=36.36%
G=20.98%
B=42.66%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5230610.150.5100.76282.5834.0717.84
Hex341E3DF3304C11b2212
Octal643675176301144334222
Binary1101001111011110111111100110100110010001101110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341E3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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