#342145

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

Shades of Blackcurrant #342145

Tints of Blackcurrant #342145

Color information

#342145 (or 0x342145) is unknown color: approx Blackcurrant. HEX triplet: 34, 21 and 45. RGB value is (52,33,69). Sum of RGB (Red+Green+Blue) = 52+33+69=154 (20% of max value = 765). Red value is 52 (20.70% from 255 or 33.77% from 154); Green value is 33 (13.28% from 255 or 21.43% from 154); Blue value is 69 (27.34% from 255 or 44.81% from 154); Max value from RGB is 69 - color contains mainly: blue. Hex color #342145 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342145 is #CBDEBA. Grayscale: #2A2A2A. Windows color (decimal): -13360827 or 4530484. OLE color: 4530484.

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

Color convert

RGB523369-
CMYK0.250.5200.73
HSL271.67º35.29%20%-
HSV(B)271.67º52.17%27.06%-
XYZ3.032.255.9-
YUV42.78142.79134.57-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 33.77%
GREEN value IS 33 (13.28% from 255) = 21.43%
BLUE value IS 69 (27.34% from 255) = 44.81%
R=33.77%
G=21.43%
B=44.81%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5233690.250.5200.73271.6735.2920
Hex34214519340491102314
Octal6441105316401114204324
Binary1101001000011000101110011101000100100110001000010001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #342145; }

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

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

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

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

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

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

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

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