#351441

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

Shades of Blackcurrant #351441

Tints of Blackcurrant #351441

Color information

#351441 (or 0x351441) is unknown color: approx Blackcurrant. HEX triplet: 35, 14 and 41. RGB value is (53,20,65). Sum of RGB (Red+Green+Blue) = 53+20+65=138 (18% of max value = 765). Red value is 53 (21.09% from 255 or 38.41% from 138); Green value is 20 (8.20% from 255 or 14.49% from 138); Blue value is 65 (25.78% from 255 or 47.10% from 138); Max value from RGB is 65 - color contains mainly: blue. Hex color #351441 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #351441 is #CAEBBE. Grayscale: #222222. Windows color (decimal): -13298623 or 4265013. OLE color: 4265013.

HSL color Cylindrical-coordinate representation of color #351441: hue angle of 284º degrees, saturation: 0.53, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #351441 is Cyan = 0.18, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB532065-
CMYK0.180.6900.75
HSL284º52.94%16.67%-
HSV(B)284º69.23%25.49%-
XYZ2.671.645.18-
YUV35144.93140.84-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 38.41%
GREEN value IS 20 (8.20% from 255) = 14.49%
BLUE value IS 65 (25.78% from 255) = 47.10%
R=38.41%
G=14.49%
B=47.10%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5320650.180.6900.7528452.9416.67
Hex351441124504B11c3511
Octal65241012210501134346521
Binary1101011010010000011001010001010100101110001110011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351441

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #351441; }

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

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

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

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

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

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

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

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