#351D45

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

Shades of Blackcurrant #351D45

Tints of Blackcurrant #351D45

Color information

#351D45 (or 0x351D45) is unknown color: approx Blackcurrant. HEX triplet: 35, 1D and 45. RGB value is (53,29,69). Sum of RGB (Red+Green+Blue) = 53+29+69=151 (20% of max value = 765). Red value is 53 (21.09% from 255 or 35.10% from 151); Green value is 29 (11.72% from 255 or 19.21% from 151); Blue value is 69 (27.34% from 255 or 45.70% from 151); Max value from RGB is 69 - color contains mainly: blue. Hex color #351D45 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #351D45 is #CAE2BA. Grayscale: #282828. Windows color (decimal): -13296315 or 4529461. OLE color: 4529461.

HSL color Cylindrical-coordinate representation of color #351D45: hue angle of 276º degrees, saturation: 0.41, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #351D45 is Cyan = 0.23, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB532969-
CMYK0.230.5800.73
HSL276º40.82%19.22%-
HSV(B)276º57.97%27.06%-
XYZ2.982.075.87-
YUV40.74143.95136.75-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 35.10%
GREEN value IS 29 (11.72% from 255) = 19.21%
BLUE value IS 69 (27.34% from 255) = 45.70%
R=35.10%
G=19.21%
B=45.70%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5329690.230.5800.7327640.8219.22
Hex351D45173A0491142913
Octal6535105277201114245123
Binary110101111011000101101111110100100100110001010010100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351D45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,29,69); }

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

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

 a { background-color: rgb(53,29,69); }

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

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

 span { border-color: rgb(53,29,69); }

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