#34044A

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

Shades of Blackcurrant #34044A

Tints of Blackcurrant #34044A

Color information

#34044A (or 0x34044A) is unknown color: approx Blackcurrant. HEX triplet: 34, 04 and 4A. RGB value is (52,4,74). Sum of RGB (Red+Green+Blue) = 52+4+74=130 (17% of max value = 765). Red value is 52 (20.70% from 255 or 40% from 130); Green value is 4 (1.95% from 255 or 3.08% from 130); Blue value is 74 (29.30% from 255 or 56.92% from 130); Max value from RGB is 74 - color contains mainly: blue. Hex color #34044A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #34044A is #CBFBB5. Grayscale: #1A1A1A. Windows color (decimal): -13368246 or 4850740. OLE color: 4850740.

HSL color Cylindrical-coordinate representation of color #34044A: hue angle of 281.14º degrees, saturation: 0.9, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #34044A is Cyan = 0.30, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB52474-
CMYK0.300.9500.71
HSL281.14º89.74%15.29%-
HSV(B)281.14º94.59%29.02%-
XYZ2.71.316.59-
YUV26.33154.9146.31-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 40%
GREEN value IS 4 (1.95% from 255) = 3.08%
BLUE value IS 74 (29.30% from 255) = 56.92%
R=40%
G=3.08%
B=56.92%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal524740.300.9500.71281.1489.7415.29
Hex3444A1E5F0471195af
Octal64411236137010743113217
Binary11010010010010101111010111110100011110001100110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34044A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34044A; }

 p { color: rgb(52,4,74); }

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

<style>
 a { background-color: #34044A; }

 a { background-color: rgb(52,4,74); }

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

<style>
 span { border-color: #34044A; }

 span { border-color: rgb(52,4,74); }

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