#341F3B

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

Shades of Blackcurrant #341F3B

Tints of Blackcurrant #341F3B

Color information

#341F3B (or 0x341F3B) is unknown color: approx Blackcurrant. HEX triplet: 34, 1F and 3B. RGB value is (52,31,59). Sum of RGB (Red+Green+Blue) = 52+31+59=142 (18% of max value = 765). Red value is 52 (20.70% from 255 or 36.62% from 142); Green value is 31 (12.5% from 255 or 21.83% from 142); Blue value is 59 (23.44% from 255 or 41.55% from 142); Max value from RGB is 59 - color contains mainly: blue. Hex color #341F3B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #341F3B is #CBE0C4. Grayscale: #282828. Windows color (decimal): -13361349 or 3874612. OLE color: 3874612.

HSL color Cylindrical-coordinate representation of color #341F3B: hue angle of 285º degrees, saturation: 0.31, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #341F3B is Cyan = 0.12, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB523159-
CMYK0.120.4700.77
HSL285º31.11%17.65%-
HSV(B)285º47.46%23.14%-
XYZ2.72.034.39-
YUV40.47138.46136.22-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 36.62%
GREEN value IS 31 (12.5% from 255) = 21.83%
BLUE value IS 59 (23.44% from 255) = 41.55%
R=36.62%
G=21.83%
B=41.55%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5231590.120.4700.7728531.1117.65
Hex341F3BC2F04D11d1f12
Octal643773145701154353722
Binary110100111111110111100101111010011011000111011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341F3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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