#35203E

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

Shades of Blackcurrant #35203E

Tints of Blackcurrant #35203E

Color information

#35203E (or 0x35203E) is unknown color: approx Blackcurrant. HEX triplet: 35, 20 and 3E. RGB value is (53,32,62). Sum of RGB (Red+Green+Blue) = 53+32+62=147 (19% of max value = 765). Red value is 53 (21.09% from 255 or 36.05% from 147); Green value is 32 (12.89% from 255 or 21.77% from 147); Blue value is 62 (24.61% from 255 or 42.18% from 147); Max value from RGB is 62 - color contains mainly: blue. Hex color #35203E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35203E is #CADFC1. Grayscale: #292929. Windows color (decimal): -13295554 or 4071477. OLE color: 4071477.

HSL color Cylindrical-coordinate representation of color #35203E: hue angle of 282º degrees, saturation: 0.32, 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 #35203E is Cyan = 0.15, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB533262-
CMYK0.150.4800.76
HSL282º31.91%18.43%-
HSV(B)282º48.39%24.31%-
XYZ2.852.144.82-
YUV41.7139.46136.06-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 36.05%
GREEN value IS 32 (12.89% from 255) = 21.77%
BLUE value IS 62 (24.61% from 255) = 42.18%
R=36.05%
G=21.77%
B=42.18%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5332620.150.4800.7628231.9118.43
Hex35203EF3004C11a2012
Octal654076176001144324022
Binary11010110000011111011111100000100110010001101010000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35203E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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