#34004F

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

Shades of Blackcurrant #34004F

Tints of Blackcurrant #34004F

Color information

#34004F (or 0x34004F) is unknown color: approx Blackcurrant. HEX triplet: 34, 00 and 4F. RGB value is (52,0,79). Sum of RGB (Red+Green+Blue) = 52+0+79=131 (17% of max value = 765). Red value is 52 (20.70% from 255 or 39.69% from 131); Green value is 0 (0.39% from 255 or 0% from 131); Blue value is 79 (31.25% from 255 or 60.31% from 131); Max value from RGB is 79 - color contains mainly: blue. Hex color #34004F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #34004F is #CBFFB0. Grayscale: #181818. Windows color (decimal): -13369265 or 5177396. OLE color: 5177396.

HSL color Cylindrical-coordinate representation of color #34004F: hue angle of 279.49º 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 #34004F is Cyan = 0.34, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB52079-
CMYK0.34100.69
HSL279.49º100%15.49%-
HSV(B)279.49º100%30.98%-
XYZ2.831.297.5-
YUV24.55158.73147.58-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 39.69%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 79 (31.25% from 255) = 60.31%
R=39.69%
G=0%
B=60.31%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal520790.34100.69279.4910015.49
Hex3404F226404511764f
Octal64011742144010542714417
Binary1101000100111110001011001000100010110001011111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34004F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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