#34004D

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

Shades of Blackcurrant #34004D

Tints of Blackcurrant #34004D

Color information

#34004D (or 0x34004D) is unknown color: approx Blackcurrant. HEX triplet: 34, 00 and 4D. RGB value is (52,0,77). Sum of RGB (Red+Green+Blue) = 52+0+77=129 (17% of max value = 765). Red value is 52 (20.70% from 255 or 40.31% from 129); Green value is 0 (0.39% from 255 or 0% from 129); Blue value is 77 (30.47% from 255 or 59.69% from 129); Max value from RGB is 77 - color contains mainly: blue. Hex color #34004D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #34004D is #CBFFB2. Grayscale: #181818. Windows color (decimal): -13369267 or 5046324. OLE color: 5046324.

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

Color convert

RGB52077-
CMYK0.32100.70
HSL280.52º100%15.1%-
HSV(B)280.52º100%30.2%-
XYZ2.761.277.12-
YUV24.33157.73147.74-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 40.31%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 77 (30.47% from 255) = 59.69%
R=40.31%
G=0%
B=59.69%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal520770.32100.70280.5210015.1
Hex3404D206404611964f
Octal64011540144010643114417
Binary1101000100110110000011001000100011010001100111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34004D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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