#341051

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

Shades of Blackcurrant #341051

Tints of Blackcurrant #341051

Color information

#341051 (or 0x341051) is unknown color: approx Blackcurrant. HEX triplet: 34, 10 and 51. RGB value is (52,16,81). Sum of RGB (Red+Green+Blue) = 52+16+81=149 (19% of max value = 765). Red value is 52 (20.70% from 255 or 34.90% from 149); Green value is 16 (6.64% from 255 or 10.74% from 149); Blue value is 81 (32.03% from 255 or 54.36% from 149); Max value from RGB is 81 - color contains mainly: blue. Hex color #341051 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #341051 is #CBEFAE. Grayscale: #212121. Windows color (decimal): -13365167 or 5312564. OLE color: 5312564.

HSL color Cylindrical-coordinate representation of color #341051: hue angle of 273.23º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #341051 is Cyan = 0.36, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB521681-
CMYK0.360.8000.68
HSL273.23º67.01%19.02%-
HSV(B)273.23º80.25%31.76%-
XYZ3.091.697.95-
YUV34.17154.43140.71-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 34.90%
GREEN value IS 16 (6.64% from 255) = 10.74%
BLUE value IS 81 (32.03% from 255) = 54.36%
R=34.90%
G=10.74%
B=54.36%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5216810.360.8000.68273.2367.0119.02
Hex34105124500441114313
Octal642012144120010442110323
Binary110100100001010001100100101000001000100100010001100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #341051; }

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

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

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

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

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

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

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

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