#351447

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

Shades of Blackcurrant #351447

Tints of Blackcurrant #351447

Color information

#351447 (or 0x351447) is unknown color: approx Blackcurrant. HEX triplet: 35, 14 and 47. RGB value is (53,20,71). Sum of RGB (Red+Green+Blue) = 53+20+71=144 (19% of max value = 765). Red value is 53 (21.09% from 255 or 36.81% from 144); Green value is 20 (8.20% from 255 or 13.89% from 144); Blue value is 71 (28.12% from 255 or 49.31% from 144); Max value from RGB is 71 - color contains mainly: blue. Hex color #351447 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #351447 is #CAEBB8. Grayscale: #232323. Windows color (decimal): -13298617 or 4658229. OLE color: 4658229.

HSL color Cylindrical-coordinate representation of color #351447: hue angle of 278.82º degrees, saturation: 0.56, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #351447 is Cyan = 0.25, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB532071-
CMYK0.250.7200.72
HSL278.82º56.04%17.84%-
HSV(B)278.82º71.83%27.84%-
XYZ2.861.716.14-
YUV35.68147.93140.35-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 36.81%
GREEN value IS 20 (8.20% from 255) = 13.89%
BLUE value IS 71 (28.12% from 255) = 49.31%
R=36.81%
G=13.89%
B=49.31%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5320710.250.7200.72278.8256.0417.84
Hex35144719480481173812
Octal65241073111001104277022
Binary1101011010010001111100110010000100100010001011111100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #351447; }

 p { color: rgb(53,20,71); }

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

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

 a { background-color: rgb(53,20,71); }

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

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

 span { border-color: rgb(53,20,71); }

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