#351F45

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

Shades of Blackcurrant #351F45

Tints of Blackcurrant #351F45

Color information

#351F45 (or 0x351F45) is unknown color: approx Blackcurrant. HEX triplet: 35, 1F and 45. RGB value is (53,31,69). Sum of RGB (Red+Green+Blue) = 53+31+69=153 (20% of max value = 765). Red value is 53 (21.09% from 255 or 34.64% from 153); Green value is 31 (12.5% from 255 or 20.26% from 153); Blue value is 69 (27.34% from 255 or 45.10% from 153); Max value from RGB is 69 - color contains mainly: blue. Hex color #351F45 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #351F45 is #CAE0BA. Grayscale: #292929. Windows color (decimal): -13295803 or 4529973. OLE color: 4529973.

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

Color convert

RGB533169-
CMYK0.230.5500.73
HSL274.74º38%19.61%-
HSV(B)274.74º55.07%27.06%-
XYZ3.032.175.89-
YUV41.91143.29135.91-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 34.64%
GREEN value IS 31 (12.5% from 255) = 20.26%
BLUE value IS 69 (27.34% from 255) = 45.10%
R=34.64%
G=20.26%
B=45.10%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5331690.230.5500.73274.743819.61
Hex351F4517370491132614
Octal6537105276701114234624
Binary110101111111000101101111101110100100110001001110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351F45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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