#34034F

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

Shades of Blackcurrant #34034F

Tints of Blackcurrant #34034F

Color information

#34034F (or 0x34034F) is unknown color: approx Blackcurrant. HEX triplet: 34, 03 and 4F. RGB value is (52,3,79). Sum of RGB (Red+Green+Blue) = 52+3+79=134 (17% of max value = 765). Red value is 52 (20.70% from 255 or 38.81% from 134); Green value is 3 (1.56% from 255 or 2.24% from 134); Blue value is 79 (31.25% from 255 or 58.96% from 134); Max value from RGB is 79 - color contains mainly: blue. Hex color #34034F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #34034F is #CBFCB0. Grayscale: #1A1A1A. Windows color (decimal): -13368497 or 5178164. OLE color: 5178164.

HSL color Cylindrical-coordinate representation of color #34034F: hue angle of 278.68º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #34034F is Cyan = 0.34, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB52379-
CMYK0.340.9600.69
HSL278.68º92.68%16.08%-
HSV(B)278.68º96.2%30.98%-
XYZ2.861.367.51-
YUV26.32157.73146.32-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 38.81%
GREEN value IS 3 (1.56% from 255) = 2.24%
BLUE value IS 79 (31.25% from 255) = 58.96%
R=38.81%
G=2.24%
B=58.96%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal523790.340.9600.69278.6892.6816.08
Hex3434F22600451175d10
Octal64311742140010542713520
Binary110100111001111100010110000001000101100010111101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34034F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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