#350841

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

Shades of Blackcurrant #350841

Tints of Blackcurrant #350841

Color information

#350841 (or 0x350841) is unknown color: approx Blackcurrant. HEX triplet: 35, 08 and 41. RGB value is (53,8,65). Sum of RGB (Red+Green+Blue) = 53+8+65=126 (16% of max value = 765). Red value is 53 (21.09% from 255 or 42.06% from 126); Green value is 8 (3.52% from 255 or 6.35% from 126); Blue value is 65 (25.78% from 255 or 51.59% from 126); Max value from RGB is 65 - color contains mainly: blue. Hex color #350841 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350841 is #CAF7BE. Grayscale: #1B1B1B. Windows color (decimal): -13301695 or 4261941. OLE color: 4261941.

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

Color convert

RGB53865-
CMYK0.180.8800.75
HSL287.37º78.08%14.31%-
HSV(B)287.37º87.69%25.49%-
XYZ2.511.315.12-
YUV27.95148.91145.87-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 42.06%
GREEN value IS 8 (3.52% from 255) = 6.35%
BLUE value IS 65 (25.78% from 255) = 51.59%
R=42.06%
G=6.35%
B=51.59%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal538650.180.8800.75287.3778.0814.31
Hex35841125804B11f4ee
Octal651010122130011343711616
Binary110101100010000011001010110000100101110001111110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350841

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #350841; }

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

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

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

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

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

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

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

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