#34054c

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

Shades of Blackcurrant #34054C

Tints of Blackcurrant #34054C

Color information

#34054C (or 0x34054C) is unknown color: approx Blackcurrant. HEX triplet: 34, 05 and 4C. RGB value is (52,5,76). Sum of RGB (Red+Green+Blue) = 52+5+76=133 (17% of max value = 765). Red value is 52 (20.70% from 255 or 39.10% from 133); Green value is 5 (2.34% from 255 or 3.76% from 133); Blue value is 76 (30.08% from 255 or 57.14% from 133); Max value from RGB is 76 - color contains mainly: blue. Hex color #34054C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #34054C is #CBFAB3. Grayscale: #1A1A1A. Windows color (decimal): -13367988 or 4982068. OLE color: 4982068.

HSL color Cylindrical-coordinate representation of color #34054C: hue angle of 279.72º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #34054C is Cyan = 0.32, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB52576-
CMYK0.320.9300.70
HSL279.72º87.65%15.88%-
HSV(B)279.72º93.42%29.8%-
XYZ2.771.366.95-
YUV27.15155.57145.73-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 39.10%
GREEN value IS 5 (2.34% from 255) = 3.76%
BLUE value IS 76 (30.08% from 255) = 57.14%
R=39.10%
G=3.76%
B=57.14%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal525760.320.9300.70279.7287.6515.88
Hex3454C205D0461185810
Octal64511440135010643013020
Binary1101001011001100100000101110101000110100011000101100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34054c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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