#351444

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

Shades of Blackcurrant #351444

Tints of Blackcurrant #351444

Color information

#351444 (or 0x351444) is unknown color: approx Blackcurrant. HEX triplet: 35, 14 and 44. RGB value is (53,20,68). Sum of RGB (Red+Green+Blue) = 53+20+68=141 (18% of max value = 765). Red value is 53 (21.09% from 255 or 37.59% from 141); Green value is 20 (8.20% from 255 or 14.18% from 141); Blue value is 68 (26.95% from 255 or 48.23% from 141); Max value from RGB is 68 - color contains mainly: blue. Hex color #351444 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #351444 is #CAEBBB. Grayscale: #232323. Windows color (decimal): -13298620 or 4461621. OLE color: 4461621.

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

Color convert

RGB532068-
CMYK0.220.7100.73
HSL281.25º54.55%17.25%-
HSV(B)281.25º70.59%26.67%-
XYZ2.761.675.65-
YUV35.34146.43140.6-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 37.59%
GREEN value IS 20 (8.20% from 255) = 14.18%
BLUE value IS 68 (26.95% from 255) = 48.23%
R=37.59%
G=14.18%
B=48.23%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5320680.220.7100.73281.2554.5517.25
Hex35144416470491193711
Octal65241042610701114316721
Binary1101011010010001001011010001110100100110001100111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351444

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #351444; }

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

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

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

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

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

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

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

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