#34104A

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

Shades of Blackcurrant #34104A

Tints of Blackcurrant #34104A

Color information

#34104A (or 0x34104A) is unknown color: approx Blackcurrant. HEX triplet: 34, 10 and 4A. RGB value is (52,16,74). Sum of RGB (Red+Green+Blue) = 52+16+74=142 (18% of max value = 765). Red value is 52 (20.70% from 255 or 36.62% from 142); Green value is 16 (6.64% from 255 or 11.27% from 142); Blue value is 74 (29.30% from 255 or 52.11% from 142); Max value from RGB is 74 - color contains mainly: blue. Hex color #34104A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #34104A is #CBEFB5. Grayscale: #212121. Windows color (decimal): -13365174 or 4853812. OLE color: 4853812.

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

Color convert

RGB521674-
CMYK0.300.7800.71
HSL277.24º64.44%17.65%-
HSV(B)277.24º78.38%29.02%-
XYZ2.841.66.64-
YUV33.38150.93141.28-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 36.62%
GREEN value IS 16 (6.64% from 255) = 11.27%
BLUE value IS 74 (29.30% from 255) = 52.11%
R=36.62%
G=11.27%
B=52.11%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5216740.300.7800.71277.2464.4417.65
Hex34104A1E4E0471154012
Octal642011236116010742510022
Binary11010010000100101011110100111001000111100010101100000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34104A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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