#341A3D

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

Shades of Blackcurrant #341A3D

Tints of Blackcurrant #341A3D

Color information

#341A3D (or 0x341A3D) is unknown color: approx Blackcurrant. HEX triplet: 34, 1A and 3D. RGB value is (52,26,61). Sum of RGB (Red+Green+Blue) = 52+26+61=139 (18% of max value = 765). Red value is 52 (20.70% from 255 or 37.41% from 139); Green value is 26 (10.55% from 255 or 18.71% from 139); Blue value is 61 (24.22% from 255 or 43.88% from 139); Max value from RGB is 61 - color contains mainly: blue. Hex color #341A3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #341A3D is #CBE5C2. Grayscale: #252525. Windows color (decimal): -13362627 or 4004404. OLE color: 4004404.

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

Color convert

RGB522661-
CMYK0.150.5700.76
HSL284.57º40.23%17.06%-
HSV(B)284.57º57.38%23.92%-
XYZ2.631.814.62-
YUV37.76141.11138.15-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 37.41%
GREEN value IS 26 (10.55% from 255) = 18.71%
BLUE value IS 61 (24.22% from 255) = 43.88%
R=37.41%
G=18.71%
B=43.88%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5226610.150.5700.76284.5740.2317.06
Hex341A3DF3904C11d2811
Octal643275177101144355021
Binary1101001101011110111111110010100110010001110110100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341A3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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