#350741

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

Shades of Blackcurrant #350741

Tints of Blackcurrant #350741

Color information

#350741 (or 0x350741) is unknown color: approx Blackcurrant. HEX triplet: 35, 07 and 41. RGB value is (53,7,65). Sum of RGB (Red+Green+Blue) = 53+7+65=125 (16% of max value = 765). Red value is 53 (21.09% from 255 or 42.4% from 125); Green value is 7 (3.12% from 255 or 5.6% from 125); Blue value is 65 (25.78% from 255 or 52% from 125); Max value from RGB is 65 - color contains mainly: blue. Hex color #350741 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350741 is #CAF8BE. Grayscale: #1B1B1B. Windows color (decimal): -13301951 or 4261685. OLE color: 4261685.

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

Color convert

RGB53765-
CMYK0.180.8900.75
HSL287.59º80.56%14.12%-
HSV(B)287.59º89.23%25.49%-
XYZ2.51.295.12-
YUV27.37149.24146.28-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 42.4%
GREEN value IS 7 (3.12% from 255) = 5.6%
BLUE value IS 65 (25.78% from 255) = 52%
R=42.4%
G=5.6%
B=52%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal537650.180.8900.75287.5980.5614.12
Hex35741125904B12051e
Octal65710122131011344012116
Binary11010111110000011001010110010100101110010000010100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350741

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #350741; }

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

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

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

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

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

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

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

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