#351A44

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

Shades of Blackcurrant #351A44

Tints of Blackcurrant #351A44

Color information

#351A44 (or 0x351A44) is unknown color: approx Blackcurrant. HEX triplet: 35, 1A and 44. RGB value is (53,26,68). Sum of RGB (Red+Green+Blue) = 53+26+68=147 (19% of max value = 765). Red value is 53 (21.09% from 255 or 36.05% from 147); Green value is 26 (10.55% from 255 or 17.69% from 147); Blue value is 68 (26.95% from 255 or 46.26% from 147); Max value from RGB is 68 - color contains mainly: blue. Hex color #351A44 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #351A44 is #CAE5BB. Grayscale: #262626. Windows color (decimal): -13297084 or 4463157. OLE color: 4463157.

HSL color Cylindrical-coordinate representation of color #351A44: hue angle of 278.57º degrees, saturation: 0.45, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #351A44 is Cyan = 0.22, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB532668-
CMYK0.220.6200.73
HSL278.57º44.68%18.43%-
HSV(B)278.57º61.76%26.67%-
XYZ2.881.915.69-
YUV38.86144.45138.08-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 36.05%
GREEN value IS 26 (10.55% from 255) = 17.69%
BLUE value IS 68 (26.95% from 255) = 46.26%
R=36.05%
G=17.69%
B=46.26%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5326680.220.6200.73278.5744.6818.43
Hex351A44163E0491172d12
Octal6532104267601114275522
Binary110101110101000100101101111100100100110001011110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351A44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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