#351042

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

Shades of Blackcurrant #351042

Tints of Blackcurrant #351042

Color information

#351042 (or 0x351042) is unknown color: approx Blackcurrant. HEX triplet: 35, 10 and 42. RGB value is (53,16,66). Sum of RGB (Red+Green+Blue) = 53+16+66=135 (17% of max value = 765). Red value is 53 (21.09% from 255 or 39.26% from 135); Green value is 16 (6.64% from 255 or 11.85% from 135); Blue value is 66 (26.17% from 255 or 48.89% from 135); Max value from RGB is 66 - color contains mainly: blue. Hex color #351042 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #351042 is #CAEFBD. Grayscale: #202020. Windows color (decimal): -13299646 or 4329525. OLE color: 4329525.

HSL color Cylindrical-coordinate representation of color #351042: hue angle of 284.4º degrees, saturation: 0.61, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #351042 is Cyan = 0.20, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB531666-
CMYK0.200.7600.74
HSL284.4º60.98%16.08%-
HSV(B)284.4º75.76%25.88%-
XYZ2.641.525.31-
YUV32.76146.76142.43-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 39.26%
GREEN value IS 16 (6.64% from 255) = 11.85%
BLUE value IS 66 (26.17% from 255) = 48.89%
R=39.26%
G=11.85%
B=48.89%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5316660.200.7600.74284.460.9816.08
Hex351042144C04A11c3d10
Octal65201022411401124347520
Binary1101011000010000101010010011000100101010001110011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #351042; }

 p { color: rgb(53,16,66); }

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

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

 a { background-color: rgb(53,16,66); }

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

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

 span { border-color: rgb(53,16,66); }

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