#351E40

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

Shades of Blackcurrant #351E40

Tints of Blackcurrant #351E40

Color information

#351E40 (or 0x351E40) is unknown color: approx Blackcurrant. HEX triplet: 35, 1E and 40. RGB value is (53,30,64). Sum of RGB (Red+Green+Blue) = 53+30+64=147 (19% of max value = 765). Red value is 53 (21.09% from 255 or 36.05% from 147); Green value is 30 (12.11% from 255 or 20.41% from 147); Blue value is 64 (25.39% from 255 or 43.54% from 147); Max value from RGB is 64 - color contains mainly: blue. Hex color #351E40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #351E40 is #CAE1BF. Grayscale: #282828. Windows color (decimal): -13296064 or 4202037. OLE color: 4202037.

HSL color Cylindrical-coordinate representation of color #351E40: hue angle of 280.59º degrees, saturation: 0.36, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #351E40 is Cyan = 0.17, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB533064-
CMYK0.170.5300.75
HSL280.59º36.17%18.43%-
HSV(B)280.59º53.12%25.1%-
XYZ2.862.065.1-
YUV40.75141.12136.74-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 36.05%
GREEN value IS 30 (12.11% from 255) = 20.41%
BLUE value IS 64 (25.39% from 255) = 43.54%
R=36.05%
G=20.41%
B=43.54%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5330640.170.5300.75280.5936.1718.43
Hex351E40113504B1192412
Octal6536100216501134314422
Binary110101111101000000100011101010100101110001100110010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351E40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,30,64); }

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

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

 a { background-color: rgb(53,30,64); }

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

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

 span { border-color: rgb(53,30,64); }

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