#34004E

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

Shades of Blackcurrant #34004E

Tints of Blackcurrant #34004E

Color information

#34004E (or 0x34004E) is unknown color: approx Blackcurrant. HEX triplet: 34, 00 and 4E. RGB value is (52,0,78). Sum of RGB (Red+Green+Blue) = 52+0+78=130 (17% of max value = 765). Red value is 52 (20.70% from 255 or 40% from 130); Green value is 0 (0.39% from 255 or 0% from 130); Blue value is 78 (30.86% from 255 or 60% from 130); Max value from RGB is 78 - color contains mainly: blue. Hex color #34004E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #34004E is #CBFFB1. Grayscale: #181818. Windows color (decimal): -13369266 or 5111860. OLE color: 5111860.

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

Color convert

RGB52078-
CMYK0.33100.69
HSL280º100%15.29%-
HSV(B)280º100%30.59%-
XYZ2.791.287.31-
YUV24.44158.23147.66-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 40%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 78 (30.86% from 255) = 60%
R=40%
G=0%
B=60%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal520780.33100.6928010015.29
Hex3404E216404511864f
Octal64011641144010543014417
Binary1101000100111010000111001000100010110001100011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34004E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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