#340D44

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

Shades of Blackcurrant #340D44

Tints of Blackcurrant #340D44

Color information

#340D44 (or 0x340D44) is unknown color: approx Blackcurrant. HEX triplet: 34, 0D and 44. RGB value is (52,13,68). Sum of RGB (Red+Green+Blue) = 52+13+68=133 (17% of max value = 765). Red value is 52 (20.70% from 255 or 39.10% from 133); Green value is 13 (5.47% from 255 or 9.77% from 133); Blue value is 68 (26.95% from 255 or 51.13% from 133); Max value from RGB is 68 - color contains mainly: blue. Hex color #340D44 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #340D44 is #CBF2BB. Grayscale: #1E1E1E. Windows color (decimal): -13365948 or 4459828. OLE color: 4459828.

HSL color Cylindrical-coordinate representation of color #340D44: hue angle of 282.55º degrees, saturation: 0.68, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #340D44 is Cyan = 0.24, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB521368-
CMYK0.240.8100.73
HSL282.55º67.9%15.88%-
HSV(B)282.55º80.88%26.67%-
XYZ2.61.445.61-
YUV30.93148.92143.03-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 39.10%
GREEN value IS 13 (5.47% from 255) = 9.77%
BLUE value IS 68 (26.95% from 255) = 51.13%
R=39.10%
G=9.77%
B=51.13%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5213680.240.8100.73282.5567.915.88
Hex34D44185104911b4410
Octal641510430121011143310420
Binary1101001101100010011000101000101001001100011011100010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340D44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #340D44; }

 p { color: rgb(52,13,68); }

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

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

 a { background-color: rgb(52,13,68); }

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

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

 span { border-color: rgb(52,13,68); }

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