#34014E

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

Shades of Blackcurrant #34014E

Tints of Blackcurrant #34014E

Color information

#34014E (or 0x34014E) is unknown color: approx Blackcurrant. HEX triplet: 34, 01 and 4E. RGB value is (52,1,78). Sum of RGB (Red+Green+Blue) = 52+1+78=131 (17% of max value = 765). Red value is 52 (20.70% from 255 or 39.69% from 131); Green value is 1 (0.78% from 255 or 0.76% from 131); Blue value is 78 (30.86% from 255 or 59.54% from 131); Max value from RGB is 78 - color contains mainly: blue. Hex color #34014E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #34014E is #CBFEB1. Grayscale: #181818. Windows color (decimal): -13369010 or 5112116. OLE color: 5112116.

HSL color Cylindrical-coordinate representation of color #34014E: hue angle of 279.74º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #34014E is Cyan = 0.33, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB52178-
CMYK0.330.9900.69
HSL279.74º97.47%15.49%-
HSV(B)279.74º98.72%30.59%-
XYZ2.81.37.31-
YUV25.03157.9147.24-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 39.69%
GREEN value IS 1 (0.78% from 255) = 0.76%
BLUE value IS 78 (30.86% from 255) = 59.54%
R=39.69%
G=0.76%
B=59.54%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal521780.330.9900.69279.7497.4715.49
Hex3414E216304511861f
Octal64111641143010543014117
Binary1101001100111010000111000110100010110001100011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34014E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34014E; }

 p { color: rgb(52,1,78); }

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

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

 a { background-color: rgb(52,1,78); }

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

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

 span { border-color: rgb(52,1,78); }

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