#351143

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

Shades of Blackcurrant #351143

Tints of Blackcurrant #351143

Color information

#351143 (or 0x351143) is unknown color: approx Blackcurrant. HEX triplet: 35, 11 and 43. RGB value is (53,17,67). Sum of RGB (Red+Green+Blue) = 53+17+67=137 (18% of max value = 765). Red value is 53 (21.09% from 255 or 38.69% from 137); Green value is 17 (7.03% from 255 or 12.41% from 137); Blue value is 67 (26.56% from 255 or 48.91% from 137); Max value from RGB is 67 - color contains mainly: blue. Hex color #351143 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #351143 is #CAEEBC. Grayscale: #212121. Windows color (decimal): -13299389 or 4395317. OLE color: 4395317.

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

Color convert

RGB531767-
CMYK0.210.7500.74
HSL283.2º59.52%16.47%-
HSV(B)283.2º74.63%26.27%-
XYZ2.681.565.47-
YUV33.46146.93141.93-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 38.69%
GREEN value IS 17 (7.03% from 255) = 12.41%
BLUE value IS 67 (26.56% from 255) = 48.91%
R=38.69%
G=12.41%
B=48.91%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5317670.210.7500.74283.259.5216.47
Hex351143154B04A11b3c10
Octal65211032511301124337420
Binary1101011000110000111010110010110100101010001101111110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351143

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #351143; }

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

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

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

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

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

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

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

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