#35053D

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

Shades of Blackcurrant #35053D

Tints of Blackcurrant #35053D

Color information

#35053D (or 0x35053D) is unknown color: approx Blackcurrant. HEX triplet: 35, 05 and 3D. RGB value is (53,5,61). Sum of RGB (Red+Green+Blue) = 53+5+61=119 (15% of max value = 765). Red value is 53 (21.09% from 255 or 44.54% from 119); Green value is 5 (2.34% from 255 or 4.20% from 119); Blue value is 61 (24.22% from 255 or 51.26% from 119); Max value from RGB is 61 - color contains mainly: blue. Hex color #35053D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #35053D is #CAFAC2. Grayscale: #191919. Windows color (decimal): -13302467 or 3999029. OLE color: 3999029.

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

Color convert

RGB53561-
CMYK0.130.9200.76
HSL291.43º84.85%12.94%-
HSV(B)291.43º91.8%23.92%-
XYZ2.361.24.52-
YUV25.74147.9147.45-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 44.54%
GREEN value IS 5 (2.34% from 255) = 4.20%
BLUE value IS 61 (24.22% from 255) = 51.26%
R=44.54%
G=4.20%
B=51.26%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal535610.130.9200.76291.4384.8512.94
Hex3553DD5C04C12355d
Octal6557515134011444312515
Binary110101101111101110110111000100110010010001110101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35053D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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