#340D47

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

Shades of Blackcurrant #340D47

Tints of Blackcurrant #340D47

Color information

#340D47 (or 0x340D47) is unknown color: approx Blackcurrant. HEX triplet: 34, 0D and 47. RGB value is (52,13,71). Sum of RGB (Red+Green+Blue) = 52+13+71=136 (18% of max value = 765). Red value is 52 (20.70% from 255 or 38.24% from 136); Green value is 13 (5.47% from 255 or 9.56% from 136); Blue value is 71 (28.12% from 255 or 52.21% from 136); Max value from RGB is 71 - color contains mainly: blue. Hex color #340D47 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #340D47 is #CBF2B8. Grayscale: #1F1F1F. Windows color (decimal): -13365945 or 4656436. OLE color: 4656436.

HSL color Cylindrical-coordinate representation of color #340D47: hue angle of 280.34º degrees, saturation: 0.69, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #340D47 is Cyan = 0.27, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB521371-
CMYK0.270.8200.72
HSL280.34º69.05%16.47%-
HSV(B)280.34º81.69%27.84%-
XYZ2.71.476.1-
YUV31.27150.42142.78-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 38.24%
GREEN value IS 13 (5.47% from 255) = 9.56%
BLUE value IS 71 (28.12% from 255) = 52.21%
R=38.24%
G=9.56%
B=52.21%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5213710.270.8200.72280.3469.0516.47
Hex34D471B520481184510
Octal641510733122011043010520
Binary1101001101100011111011101001001001000100011000100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340D47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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