#351F3C

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

Shades of Blackcurrant #351F3C

Tints of Blackcurrant #351F3C

Color information

#351F3C (or 0x351F3C) is unknown color: approx Blackcurrant. HEX triplet: 35, 1F and 3C. RGB value is (53,31,60). Sum of RGB (Red+Green+Blue) = 53+31+60=144 (19% of max value = 765). Red value is 53 (21.09% from 255 or 36.81% from 144); Green value is 31 (12.5% from 255 or 21.53% from 144); Blue value is 60 (23.83% from 255 or 41.67% from 144); Max value from RGB is 60 - color contains mainly: blue. Hex color #351F3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #351F3C is #CAE0C3. Grayscale: #282828. Windows color (decimal): -13295812 or 3940149. OLE color: 3940149.

HSL color Cylindrical-coordinate representation of color #351F3C: hue angle of 285.52º 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 #351F3C is Cyan = 0.12, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB533160-
CMYK0.120.4800.76
HSL285.52º31.87%17.84%-
HSV(B)285.52º48.33%23.53%-
XYZ2.772.064.53-
YUV40.88138.79136.64-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 36.81%
GREEN value IS 31 (12.5% from 255) = 21.53%
BLUE value IS 60 (23.83% from 255) = 41.67%
R=36.81%
G=21.53%
B=41.67%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5331600.120.4800.76285.5231.8717.84
Hex351F3CC3004C11e2012
Octal653774146001144364022
Binary1101011111111110011001100000100110010001111010000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351F3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #351F3C; }

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

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

<style>
 a { background-color: #351F3C; }

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

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

<style>
 span { border-color: #351F3C; }

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

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