#35213C

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

Shades of Blackcurrant #35213C

Tints of Blackcurrant #35213C

Color information

#35213C (or 0x35213C) is unknown color: approx Blackcurrant. HEX triplet: 35, 21 and 3C. RGB value is (53,33,60). Sum of RGB (Red+Green+Blue) = 53+33+60=146 (19% of max value = 765). Red value is 53 (21.09% from 255 or 36.30% from 146); Green value is 33 (13.28% from 255 or 22.60% from 146); Blue value is 60 (23.83% from 255 or 41.10% from 146); Max value from RGB is 60 - color contains mainly: blue. Hex color #35213C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35213C is #CADEC3. Grayscale: #292929. Windows color (decimal): -13295300 or 3940661. OLE color: 3940661.

HSL color Cylindrical-coordinate representation of color #35213C: hue angle of 284.44º degrees, saturation: 0.29, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #35213C is Cyan = 0.12, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB533360-
CMYK0.120.4500.76
HSL284.44º29.03%18.24%-
HSV(B)284.44º45%23.53%-
XYZ2.832.174.54-
YUV42.06138.13135.8-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 36.30%
GREEN value IS 33 (13.28% from 255) = 22.60%
BLUE value IS 60 (23.83% from 255) = 41.10%
R=36.30%
G=22.60%
B=41.10%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5333600.120.4500.76284.4429.0318.24
Hex35213CC2D04C11c1d12
Octal654174145501144343522
Binary1101011000011111001100101101010011001000111001110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35213C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35213C; }

 p { color: rgb(53,33,60); }

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

<style>
 a { background-color: #35213C; }

 a { background-color: rgb(53,33,60); }

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

<style>
 span { border-color: #35213C; }

 span { border-color: rgb(53,33,60); }

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