#34104F

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

Shades of Blackcurrant #34104F

Tints of Blackcurrant #34104F

Color information

#34104F (or 0x34104F) is unknown color: approx Blackcurrant. HEX triplet: 34, 10 and 4F. RGB value is (52,16,79). Sum of RGB (Red+Green+Blue) = 52+16+79=147 (19% of max value = 765). Red value is 52 (20.70% from 255 or 35.37% from 147); Green value is 16 (6.64% from 255 or 10.88% from 147); Blue value is 79 (31.25% from 255 or 53.74% from 147); Max value from RGB is 79 - color contains mainly: blue. Hex color #34104F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #34104F is #CBEFB0. Grayscale: #212121. Windows color (decimal): -13365169 or 5181492. OLE color: 5181492.

HSL color Cylindrical-coordinate representation of color #34104F: hue angle of 274.29º degrees, saturation: 0.66, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #34104F is Cyan = 0.34, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB521679-
CMYK0.340.8000.69
HSL274.29º66.32%18.63%-
HSV(B)274.29º79.75%30.98%-
XYZ3.011.677.56-
YUV33.95153.43140.88-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 35.37%
GREEN value IS 16 (6.64% from 255) = 10.88%
BLUE value IS 79 (31.25% from 255) = 53.74%
R=35.37%
G=10.88%
B=53.74%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5216790.340.8000.69274.2966.3218.63
Hex34104F22500451124213
Octal642011742120010542210223
Binary110100100001001111100010101000001000101100010010100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34104F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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