#351043

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

Shades of Blackcurrant #351043

Tints of Blackcurrant #351043

Color information

#351043 (or 0x351043) is unknown color: approx Blackcurrant. HEX triplet: 35, 10 and 43. RGB value is (53,16,67). Sum of RGB (Red+Green+Blue) = 53+16+67=136 (18% of max value = 765). Red value is 53 (21.09% from 255 or 38.97% from 136); Green value is 16 (6.64% from 255 or 11.76% from 136); Blue value is 67 (26.56% from 255 or 49.26% from 136); Max value from RGB is 67 - color contains mainly: blue. Hex color #351043 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #351043 is #CAEFBC. Grayscale: #202020. Windows color (decimal): -13299645 or 4395061. OLE color: 4395061.

HSL color Cylindrical-coordinate representation of color #351043: hue angle of 283.53º 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 #351043 is Cyan = 0.21, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB531667-
CMYK0.210.7600.74
HSL283.53º61.45%16.27%-
HSV(B)283.53º76.12%26.27%-
XYZ2.671.535.47-
YUV32.88147.26142.35-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 38.97%
GREEN value IS 16 (6.64% from 255) = 11.76%
BLUE value IS 67 (26.56% from 255) = 49.26%
R=38.97%
G=11.76%
B=49.26%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5316670.210.7600.74283.5361.4516.27
Hex351043154C04A11c3d10
Octal65201032511401124347520
Binary1101011000010000111010110011000100101010001110011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351043

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #351043; }

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

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

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

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

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

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

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

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