#342141

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

Shades of Blackcurrant #342141

Tints of Blackcurrant #342141

Color information

#342141 (or 0x342141) is unknown color: approx Blackcurrant. HEX triplet: 34, 21 and 41. RGB value is (52,33,65). Sum of RGB (Red+Green+Blue) = 52+33+65=150 (19% of max value = 765). Red value is 52 (20.70% from 255 or 34.67% from 150); Green value is 33 (13.28% from 255 or 22% from 150); Blue value is 65 (25.78% from 255 or 43.33% from 150); Max value from RGB is 65 - color contains mainly: blue. Hex color #342141 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342141 is #CBDEBE. Grayscale: #2A2A2A. Windows color (decimal): -13360831 or 4268340. OLE color: 4268340.

HSL color Cylindrical-coordinate representation of color #342141: hue angle of 275.62º degrees, saturation: 0.33, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #342141 is Cyan = 0.20, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB523365-
CMYK0.200.4900.75
HSL275.62º32.65%19.22%-
HSV(B)275.62º49.23%25.49%-
XYZ2.912.25.27-
YUV42.33140.79134.9-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 34.67%
GREEN value IS 33 (13.28% from 255) = 22%
BLUE value IS 65 (25.78% from 255) = 43.33%
R=34.67%
G=22%
B=43.33%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5233650.200.4900.75275.6232.6519.22
Hex342141143104B1142113
Octal6441101246101134244123
Binary1101001000011000001101001100010100101110001010010000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #342141; }

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

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

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

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

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

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

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

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