#341E3F

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

Shades of Blackcurrant #341E3F

Tints of Blackcurrant #341E3F

Color information

#341E3F (or 0x341E3F) is unknown color: approx Blackcurrant. HEX triplet: 34, 1E and 3F. RGB value is (52,30,63). Sum of RGB (Red+Green+Blue) = 52+30+63=145 (19% of max value = 765). Red value is 52 (20.70% from 255 or 35.86% from 145); Green value is 30 (12.11% from 255 or 20.69% from 145); Blue value is 63 (25% from 255 or 43.45% from 145); Max value from RGB is 63 - color contains mainly: blue. Hex color #341E3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #341E3F is #CBE1C0. Grayscale: #282828. Windows color (decimal): -13361601 or 4136500. OLE color: 4136500.

HSL color Cylindrical-coordinate representation of color #341E3F: hue angle of 280º degrees, saturation: 0.35, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #341E3F is Cyan = 0.17, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB523063-
CMYK0.170.5200.75
HSL280º35.48%18.24%-
HSV(B)280º52.38%24.71%-
XYZ2.782.024.95-
YUV40.34140.79136.32-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 35.86%
GREEN value IS 30 (12.11% from 255) = 20.69%
BLUE value IS 63 (25% from 255) = 43.45%
R=35.86%
G=20.69%
B=43.45%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5230630.170.5200.7528035.4818.24
Hex341E3F113404B1182312
Octal643677216401134304322
Binary11010011110111111100011101000100101110001100010001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341E3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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