#361742

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

Shades of Blackcurrant #361742

Tints of Blackcurrant #361742

Color information

#361742 (or 0x361742) is unknown color: approx Blackcurrant. HEX triplet: 36, 17 and 42. RGB value is (54,23,66). Sum of RGB (Red+Green+Blue) = 54+23+66=143 (18% of max value = 765). Red value is 54 (21.48% from 255 or 37.76% from 143); Green value is 23 (9.38% from 255 or 16.08% from 143); Blue value is 66 (26.17% from 255 or 46.15% from 143); Max value from RGB is 66 - color contains mainly: blue. Hex color #361742 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #361742 is #C9E8BD. Grayscale: #252525. Windows color (decimal): -13232318 or 4331318. OLE color: 4331318.

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

Color convert

RGB542366-
CMYK0.180.6500.74
HSL283.26º48.31%17.45%-
HSV(B)283.26º65.15%25.88%-
XYZ2.811.795.35-
YUV37.17144.27140-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 37.76%
GREEN value IS 23 (9.38% from 255) = 16.08%
BLUE value IS 66 (26.17% from 255) = 46.15%
R=37.76%
G=16.08%
B=46.15%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5423660.180.6500.74283.2648.3117.45
Hex361742124104A11b3011
Octal66271022210101124336021
Binary1101101011110000101001010000010100101010001101111000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361742

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #361742; }

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

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

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

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

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

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

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

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