#351345

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

Shades of Blackcurrant #351345

Tints of Blackcurrant #351345

Color information

#351345 (or 0x351345) is unknown color: approx Blackcurrant. HEX triplet: 35, 13 and 45. RGB value is (53,19,69). Sum of RGB (Red+Green+Blue) = 53+19+69=141 (18% of max value = 765). Red value is 53 (21.09% from 255 or 37.59% from 141); Green value is 19 (7.81% from 255 or 13.48% from 141); Blue value is 69 (27.34% from 255 or 48.94% from 141); Max value from RGB is 69 - color contains mainly: blue. Hex color #351345 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #351345 is #CAECBA. Grayscale: #222222. Windows color (decimal): -13298875 or 4526901. OLE color: 4526901.

HSL color Cylindrical-coordinate representation of color #351345: hue angle of 280.8º degrees, saturation: 0.57, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #351345 is Cyan = 0.23, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB531969-
CMYK0.230.7200.73
HSL280.8º56.82%17.25%-
HSV(B)280.8º72.46%27.06%-
XYZ2.781.655.8-
YUV34.87147.26140.93-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 37.59%
GREEN value IS 19 (7.81% from 255) = 13.48%
BLUE value IS 69 (27.34% from 255) = 48.94%
R=37.59%
G=13.48%
B=48.94%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5319690.230.7200.73280.856.8217.25
Hex35134517480491193911
Octal65231052711001114317121
Binary1101011001110001011011110010000100100110001100111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #351345; }

 p { color: rgb(53,19,69); }

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

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

 a { background-color: rgb(53,19,69); }

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

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

 span { border-color: rgb(53,19,69); }

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