#350552

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

Shades of Blackcurrant #350552

Tints of Blackcurrant #350552

Color information

#350552 (or 0x350552) is unknown color: approx Blackcurrant. HEX triplet: 35, 05 and 52. RGB value is (53,5,82). Sum of RGB (Red+Green+Blue) = 53+5+82=140 (18% of max value = 765). Red value is 53 (21.09% from 255 or 37.86% from 140); Green value is 5 (2.34% from 255 or 3.57% from 140); Blue value is 82 (32.42% from 255 or 58.57% from 140); Max value from RGB is 82 - color contains mainly: blue. Hex color #350552 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #350552 is #CAFAAD. Grayscale: #1B1B1B. Windows color (decimal): -13302446 or 5375285. OLE color: 5375285.

HSL color Cylindrical-coordinate representation of color #350552: hue angle of 277.4º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #350552 is Cyan = 0.35, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB53582-
CMYK0.350.9400.68
HSL277.4º88.51%17.06%-
HSV(B)277.4º93.9%32.16%-
XYZ3.051.478.11-
YUV28.13158.4145.74-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 37.86%
GREEN value IS 5 (2.34% from 255) = 3.57%
BLUE value IS 82 (32.42% from 255) = 58.57%
R=37.86%
G=3.57%
B=58.57%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal535820.350.9400.68277.488.5117.06
Hex35552235E0441155911
Octal65512243136010442513121
Binary1101011011010010100011101111001000100100010101101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #350552; }

 p { color: rgb(53,5,82); }

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

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

 a { background-color: rgb(53,5,82); }

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

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

 span { border-color: rgb(53,5,82); }

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