#342440

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

Shades of Blackcurrant #342440

Tints of Blackcurrant #342440

Color information

#342440 (or 0x342440) is unknown color: approx Blackcurrant. HEX triplet: 34, 24 and 40. RGB value is (52,36,64). Sum of RGB (Red+Green+Blue) = 52+36+64=152 (20% of max value = 765). Red value is 52 (20.70% from 255 or 34.21% from 152); Green value is 36 (14.45% from 255 or 23.68% from 152); Blue value is 64 (25.39% from 255 or 42.11% from 152); Max value from RGB is 64 - color contains mainly: blue. Hex color #342440 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342440 is #CBDBBF. Grayscale: #2B2B2B. Windows color (decimal): -13360064 or 4203572. OLE color: 4203572.

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

Color convert

RGB523664-
CMYK0.190.4400.75
HSL274.29º28%19.61%-
HSV(B)274.29º43.75%25.1%-
XYZ2.972.365.15-
YUV43.98139.3133.72-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 34.21%
GREEN value IS 36 (14.45% from 255) = 23.68%
BLUE value IS 64 (25.39% from 255) = 42.11%
R=34.21%
G=23.68%
B=42.11%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5236640.190.4400.75274.292819.61
Hex342440132C04B1121c14
Octal6444100235401134223424
Binary110100100100100000010011101100010010111000100101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #342440; }

 p { color: rgb(52,36,64); }

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

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

 a { background-color: rgb(52,36,64); }

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

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

 span { border-color: rgb(52,36,64); }

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