#351B4C

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

Shades of Blackcurrant #351B4C

Tints of Blackcurrant #351B4C

Color information

#351B4C (or 0x351B4C) is unknown color: approx Blackcurrant. HEX triplet: 35, 1B and 4C. RGB value is (53,27,76). Sum of RGB (Red+Green+Blue) = 53+27+76=156 (20% of max value = 765). Red value is 53 (21.09% from 255 or 33.97% from 156); Green value is 27 (10.94% from 255 or 17.31% from 156); Blue value is 76 (30.08% from 255 or 48.72% from 156); Max value from RGB is 76 - color contains mainly: blue. Hex color #351B4C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #351B4C is #CAE4B3. Grayscale: #282828. Windows color (decimal): -13296820 or 4987701. OLE color: 4987701.

HSL color Cylindrical-coordinate representation of color #351B4C: hue angle of 271.84º degrees, saturation: 0.48, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #351B4C is Cyan = 0.30, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB532776-
CMYK0.300.6400.70
HSL271.84º47.57%20.2%-
HSV(B)271.84º64.47%29.8%-
XYZ3.162.067.07-
YUV40.36148.11137.02-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 33.97%
GREEN value IS 27 (10.94% from 255) = 17.31%
BLUE value IS 76 (30.08% from 255) = 48.72%
R=33.97%
G=17.31%
B=48.72%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5327760.300.6400.70271.8447.5720.2
Hex351B4C1E400461103014
Octal65331143610001064206024
Binary1101011101110011001111010000000100011010001000011000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351B4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,27,76); }

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

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

 a { background-color: rgb(53,27,76); }

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

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

 span { border-color: rgb(53,27,76); }

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