#361745

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

Shades of Blackcurrant #361745

Tints of Blackcurrant #361745

Color information

#361745 (or 0x361745) is unknown color: approx Blackcurrant. HEX triplet: 36, 17 and 45. RGB value is (54,23,69). Sum of RGB (Red+Green+Blue) = 54+23+69=146 (19% of max value = 765). Red value is 54 (21.48% from 255 or 36.99% from 146); Green value is 23 (9.38% from 255 or 15.75% 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 #361745 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #361745 is #C9E8BA. Grayscale: #252525. Windows color (decimal): -13232315 or 4527926. OLE color: 4527926.

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

Color convert

RGB542369-
CMYK0.220.6700.73
HSL280.43º50%18.04%-
HSV(B)280.43º66.67%27.06%-
XYZ2.91.835.83-
YUV37.51145.77139.76-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 36.99%
GREEN value IS 23 (9.38% from 255) = 15.75%
BLUE value IS 69 (27.34% from 255) = 47.26%
R=36.99%
G=15.75%
B=47.26%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5423690.220.6700.73280.435018.04
Hex36174516430491183212
Octal66271052610301114306222
Binary1101101011110001011011010000110100100110001100011001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361745

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #361745; }

 p { color: rgb(54,23,69); }

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

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

 a { background-color: rgb(54,23,69); }

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

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

 span { border-color: rgb(54,23,69); }

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