#350241

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

Shades of Blackcurrant #350241

Tints of Blackcurrant #350241

Color information

#350241 (or 0x350241) is unknown color: approx Blackcurrant. HEX triplet: 35, 02 and 41. RGB value is (53,2,65). Sum of RGB (Red+Green+Blue) = 53+2+65=120 (15% of max value = 765). Red value is 53 (21.09% from 255 or 44.17% from 120); Green value is 2 (1.17% from 255 or 1.67% from 120); Blue value is 65 (25.78% from 255 or 54.17% from 120); Max value from RGB is 65 - color contains mainly: blue. Hex color #350241 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350241 is #CAFDBE. Grayscale: #181818. Windows color (decimal): -13303231 or 4260405. OLE color: 4260405.

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

Color convert

RGB53265-
CMYK0.180.9700.75
HSL288.57º94.03%13.14%-
HSV(B)288.57º96.92%25.49%-
XYZ2.441.185.1-
YUV24.43150.9148.38-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 44.17%
GREEN value IS 2 (1.17% from 255) = 1.67%
BLUE value IS 65 (25.78% from 255) = 54.17%
R=44.17%
G=1.67%
B=54.17%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal532650.180.9700.75288.5794.0313.14
Hex35241126104B1215ed
Octal65210122141011344113615
Binary1101011010000011001011000010100101110010000110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #350241; }

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

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

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

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

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

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

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

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