#351845

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

Shades of Blackcurrant #351845

Tints of Blackcurrant #351845

Color information

#351845 (or 0x351845) is unknown color: approx Blackcurrant. HEX triplet: 35, 18 and 45. RGB value is (53,24,69). Sum of RGB (Red+Green+Blue) = 53+24+69=146 (19% of max value = 765). Red value is 53 (21.09% from 255 or 36.30% from 146); Green value is 24 (9.77% from 255 or 16.44% from 146); Blue value is 69 (27.34% from 255 or 47.26% from 146); Max value from RGB is 69 - color contains mainly: blue. Hex color #351845 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #351845 is #CAE7BA. Grayscale: #252525. Windows color (decimal): -13297595 or 4528181. OLE color: 4528181.

HSL color Cylindrical-coordinate representation of color #351845: hue angle of 278.67º degrees, saturation: 0.48, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #351845 is Cyan = 0.23, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB532469-
CMYK0.230.6500.73
HSL278.67º48.39%18.24%-
HSV(B)278.67º65.22%27.06%-
XYZ2.871.845.83-
YUV37.8145.61138.84-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 36.30%
GREEN value IS 24 (9.77% from 255) = 16.44%
BLUE value IS 69 (27.34% from 255) = 47.26%
R=36.30%
G=16.44%
B=47.26%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5324690.230.6500.73278.6748.3918.24
Hex35184517410491173012
Octal65301052710101114276022
Binary1101011100010001011011110000010100100110001011111000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #351845; }

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

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

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

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

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

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

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

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