#34054A

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

Shades of Blackcurrant #34054A

Tints of Blackcurrant #34054A

Color information

#34054A (or 0x34054A) is unknown color: approx Blackcurrant. HEX triplet: 34, 05 and 4A. RGB value is (52,5,74). Sum of RGB (Red+Green+Blue) = 52+5+74=131 (17% of max value = 765). Red value is 52 (20.70% from 255 or 39.69% from 131); Green value is 5 (2.34% from 255 or 3.82% from 131); Blue value is 74 (29.30% from 255 or 56.49% from 131); Max value from RGB is 74 - color contains mainly: blue. Hex color #34054A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #34054A is #CBFAB5. Grayscale: #1A1A1A. Windows color (decimal): -13367990 or 4850996. OLE color: 4850996.

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

Color convert

RGB52574-
CMYK0.300.9300.71
HSL280.87º87.34%15.49%-
HSV(B)280.87º93.24%29.02%-
XYZ2.711.336.59-
YUV26.92154.57145.89-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 39.69%
GREEN value IS 5 (2.34% from 255) = 3.82%
BLUE value IS 74 (29.30% from 255) = 56.49%
R=39.69%
G=3.82%
B=56.49%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal525740.300.9300.71280.8787.3415.49
Hex3454A1E5D04711957f
Octal64511236135010743112717
Binary11010010110010101111010111010100011110001100110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34054A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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