#351A43

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

Shades of Blackcurrant #351A43

Tints of Blackcurrant #351A43

Color information

#351A43 (or 0x351A43) is unknown color: approx Blackcurrant. HEX triplet: 35, 1A and 43. RGB value is (53,26,67). Sum of RGB (Red+Green+Blue) = 53+26+67=146 (19% of max value = 765). Red value is 53 (21.09% from 255 or 36.30% from 146); Green value is 26 (10.55% from 255 or 17.81% from 146); Blue value is 67 (26.56% from 255 or 45.89% from 146); Max value from RGB is 67 - color contains mainly: blue. Hex color #351A43 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #351A43 is #CAE5BC. Grayscale: #262626. Windows color (decimal): -13297085 or 4397621. OLE color: 4397621.

HSL color Cylindrical-coordinate representation of color #351A43: hue angle of 279.51º degrees, saturation: 0.44, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #351A43 is Cyan = 0.21, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB532667-
CMYK0.210.6100.74
HSL279.51º44.09%18.24%-
HSV(B)279.51º61.19%26.27%-
XYZ2.851.95.53-
YUV38.75143.95138.17-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 36.30%
GREEN value IS 26 (10.55% from 255) = 17.81%
BLUE value IS 67 (26.56% from 255) = 45.89%
R=36.30%
G=17.81%
B=45.89%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5326670.210.6100.74279.5144.0918.24
Hex351A43153D04A1182c12
Octal6532103257501124305422
Binary110101110101000011101011111010100101010001100010110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351A43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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