#341845

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

Shades of Blackcurrant #341845

Tints of Blackcurrant #341845

Color information

#341845 (or 0x341845) is unknown color: approx Blackcurrant. HEX triplet: 34, 18 and 45. RGB value is (52,24,69). Sum of RGB (Red+Green+Blue) = 52+24+69=145 (19% of max value = 765). Red value is 52 (20.70% from 255 or 35.86% from 145); Green value is 24 (9.77% from 255 or 16.55% from 145); Blue value is 69 (27.34% from 255 or 47.59% from 145); Max value from RGB is 69 - color contains mainly: blue. Hex color #341845 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #341845 is #CBE7BA. Grayscale: #252525. Windows color (decimal): -13363131 or 4528180. OLE color: 4528180.

HSL color Cylindrical-coordinate representation of color #341845: hue angle of 277.33º degrees, saturation: 0.48, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #341845 is Cyan = 0.25, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB522469-
CMYK0.250.6500.73
HSL277.33º48.39%18.24%-
HSV(B)277.33º65.22%27.06%-
XYZ2.821.815.83-
YUV37.5145.78138.34-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 35.86%
GREEN value IS 24 (9.77% from 255) = 16.55%
BLUE value IS 69 (27.34% from 255) = 47.59%
R=35.86%
G=16.55%
B=47.59%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5224690.250.6500.73277.3348.3918.24
Hex34184519410491153012
Octal64301053110101114256022
Binary1101001100010001011100110000010100100110001010111000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #341845; }

 p { color: rgb(52,24,69); }

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

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

 a { background-color: rgb(52,24,69); }

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

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

 span { border-color: rgb(52,24,69); }

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