#351A4D

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

Shades of Blackcurrant #351A4D

Tints of Blackcurrant #351A4D

Color information

#351A4D (or 0x351A4D) is unknown color: approx Blackcurrant. HEX triplet: 35, 1A and 4D. RGB value is (53,26,77). Sum of RGB (Red+Green+Blue) = 53+26+77=156 (20% of max value = 765). Red value is 53 (21.09% from 255 or 33.97% from 156); Green value is 26 (10.55% from 255 or 16.67% from 156); Blue value is 77 (30.47% from 255 or 49.36% from 156); Max value from RGB is 77 - color contains mainly: blue. Hex color #351A4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #351A4D is #CAE5B2. Grayscale: #272727. Windows color (decimal): -13297075 or 5052981. OLE color: 5052981.

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

Color convert

RGB532677-
CMYK0.310.6600.70
HSL271.76º49.51%20.2%-
HSV(B)271.76º66.23%30.2%-
XYZ3.182.037.25-
YUV39.89148.95137.35-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 33.97%
GREEN value IS 26 (10.55% from 255) = 16.67%
BLUE value IS 77 (30.47% from 255) = 49.36%
R=33.97%
G=16.67%
B=49.36%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5326770.310.6600.70271.7649.5120.2
Hex351A4D1F420461103214
Octal65321153710201064206224
Binary1101011101010011011111110000100100011010001000011001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351A4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,26,77); }

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

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

 a { background-color: rgb(53,26,77); }

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

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

 span { border-color: rgb(53,26,77); }

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