#341145

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

Shades of Blackcurrant #341145

Tints of Blackcurrant #341145

Color information

#341145 (or 0x341145) is unknown color: approx Blackcurrant. HEX triplet: 34, 11 and 45. RGB value is (52,17,69). Sum of RGB (Red+Green+Blue) = 52+17+69=138 (18% of max value = 765). Red value is 52 (20.70% from 255 or 37.68% from 138); Green value is 17 (7.03% from 255 or 12.32% from 138); Blue value is 69 (27.34% from 255 or 50% from 138); Max value from RGB is 69 - color contains mainly: blue. Hex color #341145 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #341145 is #CBEEBA. Grayscale: #212121. Windows color (decimal): -13364923 or 4526388. OLE color: 4526388.

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

Color convert

RGB521769-
CMYK0.250.7500.73
HSL280.38º60.47%16.86%-
HSV(B)280.38º75.36%27.06%-
XYZ2.691.565.79-
YUV33.39148.1141.27-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 37.68%
GREEN value IS 17 (7.03% from 255) = 12.32%
BLUE value IS 69 (27.34% from 255) = 50%
R=37.68%
G=12.32%
B=50%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5217690.250.7500.73280.3860.4716.86
Hex341145194B0491183c11
Octal64211053111301114307421
Binary1101001000110001011100110010110100100110001100011110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #341145; }

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

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

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

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

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

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

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

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