#35023D

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

Shades of Blackcurrant #35023D

Tints of Blackcurrant #35023D

Color information

#35023D (or 0x35023D) is unknown color: approx Blackcurrant. HEX triplet: 35, 02 and 3D. RGB value is (53,2,61). Sum of RGB (Red+Green+Blue) = 53+2+61=116 (15% of max value = 765). Red value is 53 (21.09% from 255 or 45.69% from 116); Green value is 2 (1.17% from 255 or 1.72% from 116); Blue value is 61 (24.22% from 255 or 52.59% from 116); Max value from RGB is 61 - color contains mainly: blue. Hex color #35023D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #35023D is #CAFDC2. Grayscale: #171717. Windows color (decimal): -13303235 or 3998261. OLE color: 3998261.

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

Color convert

RGB53261-
CMYK0.130.9700.76
HSL291.86º93.65%12.35%-
HSV(B)291.86º96.72%23.92%-
XYZ2.331.144.51-
YUV23.98148.9148.7-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 45.69%
GREEN value IS 2 (1.17% from 255) = 1.72%
BLUE value IS 61 (24.22% from 255) = 52.59%
R=45.69%
G=1.72%
B=52.59%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal532610.130.9700.76291.8693.6512.35
Hex3523DD6104C1245ec
Octal6527515141011444413614
Binary11010110111101110111000010100110010010010010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35023D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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