#351643

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

Shades of Blackcurrant #351643

Tints of Blackcurrant #351643

Color information

#351643 (or 0x351643) is unknown color: approx Blackcurrant. HEX triplet: 35, 16 and 43. RGB value is (53,22,67). Sum of RGB (Red+Green+Blue) = 53+22+67=142 (18% of max value = 765). Red value is 53 (21.09% from 255 or 37.32% from 142); Green value is 22 (8.98% from 255 or 15.49% from 142); Blue value is 67 (26.56% from 255 or 47.18% from 142); Max value from RGB is 67 - color contains mainly: blue. Hex color #351643 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #351643 is #CAE9BC. Grayscale: #242424. Windows color (decimal): -13298109 or 4396597. OLE color: 4396597.

HSL color Cylindrical-coordinate representation of color #351643: hue angle of 281.33º degrees, saturation: 0.51, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #351643 is Cyan = 0.21, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB532267-
CMYK0.210.6700.74
HSL281.33º50.56%17.45%-
HSV(B)281.33º67.16%26.27%-
XYZ2.771.745.5-
YUV36.4145.27139.84-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 37.32%
GREEN value IS 22 (8.98% from 255) = 15.49%
BLUE value IS 67 (26.56% from 255) = 47.18%
R=37.32%
G=15.49%
B=47.18%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5322670.210.6700.74281.3350.5617.45
Hex351643154304A1193311
Octal65261032510301124316321
Binary1101011011010000111010110000110100101010001100111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351643

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #351643; }

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

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

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

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

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

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

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

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