#350041

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

Shades of Blackcurrant #350041

Tints of Blackcurrant #350041

Color information

#350041 (or 0x350041) is unknown color: approx Blackcurrant. HEX triplet: 35, 00 and 41. RGB value is (53,0,65). Sum of RGB (Red+Green+Blue) = 53+0+65=118 (15% of max value = 765). Red value is 53 (21.09% from 255 or 44.92% from 118); Green value is 0 (0.39% from 255 or 0% from 118); Blue value is 65 (25.78% from 255 or 55.08% from 118); Max value from RGB is 65 - color contains mainly: blue. Hex color #350041 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350041 is #CAFFBE. Grayscale: #171717. Windows color (decimal): -13303743 or 4259893. OLE color: 4259893.

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

Color convert

RGB53065-
CMYK0.18100.75
HSL288.92º100%12.75%-
HSV(B)288.92º100%25.49%-
XYZ2.421.145.09-
YUV23.26151.56149.21-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 44.92%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 65 (25.78% from 255) = 55.08%
R=44.92%
G=0%
B=55.08%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal530650.18100.75288.9210012.75
Hex35041126404B12164d
Octal65010122144011344114415
Binary110101010000011001011001000100101110010000111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #350041; }

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

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

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

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

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

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

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

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