#350141

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

Shades of Blackcurrant #350141

Tints of Blackcurrant #350141

Color information

#350141 (or 0x350141) is unknown color: approx Blackcurrant. HEX triplet: 35, 01 and 41. RGB value is (53,1,65). Sum of RGB (Red+Green+Blue) = 53+1+65=119 (15% of max value = 765). Red value is 53 (21.09% from 255 or 44.54% from 119); Green value is 1 (0.78% from 255 or 0.84% from 119); Blue value is 65 (25.78% from 255 or 54.62% from 119); Max value from RGB is 65 - color contains mainly: blue. Hex color #350141 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350141 is #CAFEBE. Grayscale: #171717. Windows color (decimal): -13303487 or 4260149. OLE color: 4260149.

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

Color convert

RGB53165-
CMYK0.180.9800.75
HSL288.75º96.97%12.94%-
HSV(B)288.75º98.46%25.49%-
XYZ2.431.165.1-
YUV23.84151.23148.8-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 44.54%
GREEN value IS 1 (0.78% from 255) = 0.84%
BLUE value IS 65 (25.78% from 255) = 54.62%
R=44.54%
G=0.84%
B=54.62%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal531650.180.9800.75288.7596.9712.94
Hex35141126204B12161d
Octal65110122142011344114115
Binary110101110000011001011000100100101110010000111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #350141; }

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

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

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

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

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

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

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

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