#34104E

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

Shades of Blackcurrant #34104E

Tints of Blackcurrant #34104E

Color information

#34104E (or 0x34104E) is unknown color: approx Blackcurrant. HEX triplet: 34, 10 and 4E. RGB value is (52,16,78). Sum of RGB (Red+Green+Blue) = 52+16+78=146 (19% of max value = 765). Red value is 52 (20.70% from 255 or 35.62% from 146); Green value is 16 (6.64% from 255 or 10.96% from 146); Blue value is 78 (30.86% from 255 or 53.42% from 146); Max value from RGB is 78 - color contains mainly: blue. Hex color #34104E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #34104E is #CBEFB1. Grayscale: #212121. Windows color (decimal): -13365170 or 5115956. OLE color: 5115956.

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

Color convert

RGB521678-
CMYK0.330.7900.69
HSL274.84º65.96%18.43%-
HSV(B)274.84º79.49%30.59%-
XYZ2.981.657.37-
YUV33.83152.93140.96-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 35.62%
GREEN value IS 16 (6.64% from 255) = 10.96%
BLUE value IS 78 (30.86% from 255) = 53.42%
R=35.62%
G=10.96%
B=53.42%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5216780.330.7900.69274.8465.9618.43
Hex34104E214F0451134212
Octal642011641117010542310222
Binary110100100001001110100001100111101000101100010011100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34104E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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