#350044

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

Shades of Blackcurrant #350044

Tints of Blackcurrant #350044

Color information

#350044 (or 0x350044) is unknown color: approx Blackcurrant. HEX triplet: 35, 00 and 44. RGB value is (53,0,68). Sum of RGB (Red+Green+Blue) = 53+0+68=121 (16% of max value = 765). Red value is 53 (21.09% from 255 or 43.80% from 121); Green value is 0 (0.39% from 255 or 0% from 121); Blue value is 68 (26.95% from 255 or 56.20% from 121); Max value from RGB is 68 - color contains mainly: blue. Hex color #350044 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350044 is #CAFFBB. Grayscale: #171717. Windows color (decimal): -13303740 or 4456501. OLE color: 4456501.

HSL color Cylindrical-coordinate representation of color #350044: hue angle of 286.76º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 1%. Process color model (Four color, CMYK) of #350044 is Cyan = 0.22, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB53068-
CMYK0.22100.73
HSL286.76º100%13.33%-
HSV(B)286.76º100%26.67%-
XYZ2.511.175.56-
YUV23.6153.06148.97-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 43.80%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 68 (26.95% from 255) = 56.20%
R=43.80%
G=0%
B=56.20%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal530680.22100.73286.7610013.33
Hex35044166404911f64d
Octal65010426144011143714415
Binary110101010001001011011001000100100110001111111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350044

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #350044; }

 p { color: rgb(53,0,68); }

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

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

 a { background-color: rgb(53,0,68); }

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

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

 span { border-color: rgb(53,0,68); }

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