#35043D

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

Shades of Blackcurrant #35043D

Tints of Blackcurrant #35043D

Color information

#35043D (or 0x35043D) is unknown color: approx Blackcurrant. HEX triplet: 35, 04 and 3D. RGB value is (53,4,61). Sum of RGB (Red+Green+Blue) = 53+4+61=118 (15% of max value = 765). Red value is 53 (21.09% from 255 or 44.92% from 118); Green value is 4 (1.95% from 255 or 3.39% from 118); Blue value is 61 (24.22% from 255 or 51.69% from 118); Max value from RGB is 61 - color contains mainly: blue. Hex color #35043D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #35043D is #CAFBC2. Grayscale: #181818. Windows color (decimal): -13302723 or 3998773. OLE color: 3998773.

HSL color Cylindrical-coordinate representation of color #35043D: hue angle of 291.58º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #35043D is Cyan = 0.13, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB53461-
CMYK0.130.9300.76
HSL291.58º87.69%12.75%-
HSV(B)291.58º93.44%23.92%-
XYZ2.351.184.52-
YUV25.15148.23147.87-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 44.92%
GREEN value IS 4 (1.95% from 255) = 3.39%
BLUE value IS 61 (24.22% from 255) = 51.69%
R=44.92%
G=3.39%
B=51.69%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal534610.130.9300.76291.5887.6912.75
Hex3543DD5D04C12458d
Octal6547515135011444413015
Binary110101100111101110110111010100110010010010010110001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35043D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35043D; }

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

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

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

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

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

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

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

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