#35203D

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

Shades of Blackcurrant #35203D

Tints of Blackcurrant #35203D

Color information

#35203D (or 0x35203D) is unknown color: approx Blackcurrant. HEX triplet: 35, 20 and 3D. RGB value is (53,32,61). Sum of RGB (Red+Green+Blue) = 53+32+61=146 (19% of max value = 765). Red value is 53 (21.09% from 255 or 36.30% from 146); Green value is 32 (12.89% from 255 or 21.92% from 146); Blue value is 61 (24.22% from 255 or 41.78% from 146); Max value from RGB is 61 - color contains mainly: blue. Hex color #35203D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35203D is #CADFC2. Grayscale: #292929. Windows color (decimal): -13295555 or 4005941. OLE color: 4005941.

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

Color convert

RGB533261-
CMYK0.130.4800.76
HSL283.45º31.18%18.24%-
HSV(B)283.45º47.54%23.92%-
XYZ2.832.134.68-
YUV41.58138.96136.14-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 36.30%
GREEN value IS 32 (12.89% from 255) = 21.92%
BLUE value IS 61 (24.22% from 255) = 41.78%
R=36.30%
G=21.92%
B=41.78%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5332610.130.4800.76283.4531.1818.24
Hex35203DD3004C11b1f12
Octal654075156001144333722
Binary1101011000001111011101110000010011001000110111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35203D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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