#35024B

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

Shades of Blackcurrant #35024B

Tints of Blackcurrant #35024B

Color information

#35024B (or 0x35024B) is unknown color: approx Blackcurrant. HEX triplet: 35, 02 and 4B. RGB value is (53,2,75). Sum of RGB (Red+Green+Blue) = 53+2+75=130 (17% of max value = 765). Red value is 53 (21.09% from 255 or 40.77% from 130); Green value is 2 (1.17% from 255 or 1.54% from 130); Blue value is 75 (29.69% from 255 or 57.69% from 130); Max value from RGB is 75 - color contains mainly: blue. Hex color #35024B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #35024B is #CAFDB4. Grayscale: #191919. Windows color (decimal): -13303221 or 4915765. OLE color: 4915765.

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

Color convert

RGB53275-
CMYK0.290.9700.71
HSL281.92º94.81%15.1%-
HSV(B)281.92º97.33%29.41%-
XYZ2.761.316.76-
YUV25.57155.9147.56-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 40.77%
GREEN value IS 2 (1.17% from 255) = 1.54%
BLUE value IS 75 (29.69% from 255) = 57.69%
R=40.77%
G=1.54%
B=57.69%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal532750.290.9700.71281.9294.8115.1
Hex3524B1D6104711a5ff
Octal65211335141010743213717
Binary1101011010010111110111000010100011110001101010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35024B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35024B; }

 p { color: rgb(53,2,75); }

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

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

 a { background-color: rgb(53,2,75); }

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

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

 span { border-color: rgb(53,2,75); }

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