#35044A

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

Shades of Blackcurrant #35044A

Tints of Blackcurrant #35044A

Color information

#35044A (or 0x35044A) is unknown color: approx Blackcurrant. HEX triplet: 35, 04 and 4A. RGB value is (53,4,74). Sum of RGB (Red+Green+Blue) = 53+4+74=131 (17% of max value = 765). Red value is 53 (21.09% from 255 or 40.46% from 131); Green value is 4 (1.95% from 255 or 3.05% from 131); Blue value is 74 (29.30% from 255 or 56.49% from 131); Max value from RGB is 74 - color contains mainly: blue. Hex color #35044A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #35044A is #CAFBB5. Grayscale: #1A1A1A. Windows color (decimal): -13302710 or 4850741. OLE color: 4850741.

HSL color Cylindrical-coordinate representation of color #35044A: hue angle of 282º degrees, saturation: 0.9, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #35044A is Cyan = 0.28, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB53474-
CMYK0.280.9500.71
HSL282º89.74%15.29%-
HSV(B)282º94.59%29.02%-
XYZ2.751.346.59-
YUV26.63154.73146.81-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 40.46%
GREEN value IS 4 (1.95% from 255) = 3.05%
BLUE value IS 74 (29.30% from 255) = 56.49%
R=40.46%
G=3.05%
B=56.49%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal534740.280.9500.7128289.7415.29
Hex3544A1C5F04711a5af
Octal65411234137010743213217
Binary11010110010010101110010111110100011110001101010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35044A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35044A; }

 p { color: rgb(53,4,74); }

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

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

 a { background-color: rgb(53,4,74); }

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

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

 span { border-color: rgb(53,4,74); }

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