#341A3E

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

Shades of Blackcurrant #341A3E

Tints of Blackcurrant #341A3E

Color information

#341A3E (or 0x341A3E) is unknown color: approx Blackcurrant. HEX triplet: 34, 1A and 3E. RGB value is (52,26,62). Sum of RGB (Red+Green+Blue) = 52+26+62=140 (18% of max value = 765). Red value is 52 (20.70% from 255 or 37.14% from 140); Green value is 26 (10.55% from 255 or 18.57% from 140); Blue value is 62 (24.61% from 255 or 44.29% from 140); Max value from RGB is 62 - color contains mainly: blue. Hex color #341A3E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #341A3E is #CBE5C1. Grayscale: #252525. Windows color (decimal): -13362626 or 4069940. OLE color: 4069940.

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

Color convert

RGB522662-
CMYK0.160.5800.76
HSL283.33º40.91%17.25%-
HSV(B)283.33º58.06%24.31%-
XYZ2.661.824.77-
YUV37.88141.61138.07-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 37.14%
GREEN value IS 26 (10.55% from 255) = 18.57%
BLUE value IS 62 (24.61% from 255) = 44.29%
R=37.14%
G=18.57%
B=44.29%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5226620.160.5800.76283.3340.9117.25
Hex341A3E103A04C11b2911
Octal643276207201144335121
Binary11010011010111110100001110100100110010001101110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341A3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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