#35004A

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

Shades of Blackcurrant #35004A

Tints of Blackcurrant #35004A

Color information

#35004A (or 0x35004A) is unknown color: approx Blackcurrant. HEX triplet: 35, 00 and 4A. RGB value is (53,0,74). Sum of RGB (Red+Green+Blue) = 53+0+74=127 (16% of max value = 765). Red value is 53 (21.09% from 255 or 41.73% from 127); Green value is 0 (0.39% from 255 or 0% from 127); Blue value is 74 (29.30% from 255 or 58.27% from 127); Max value from RGB is 74 - color contains mainly: blue. Hex color #35004A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #35004A is #CAFFB5. Grayscale: #181818. Windows color (decimal): -13303734 or 4849717. OLE color: 4849717.

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

Color convert

RGB53074-
CMYK0.28100.71
HSL282.97º100%14.51%-
HSV(B)282.97º100%29.02%-
XYZ2.71.256.58-
YUV24.28156.06148.48-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 41.73%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 74 (29.30% from 255) = 58.27%
R=41.73%
G=0%
B=58.27%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal530740.28100.71282.9710014.51
Hex3504A1C6404711b64f
Octal65011234144010743314417
Binary110101010010101110011001000100011110001101111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35004A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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