#361642

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

Shades of Blackcurrant #361642

Tints of Blackcurrant #361642

Color information

#361642 (or 0x361642) is unknown color: approx Blackcurrant. HEX triplet: 36, 16 and 42. RGB value is (54,22,66). Sum of RGB (Red+Green+Blue) = 54+22+66=142 (18% of max value = 765). Red value is 54 (21.48% from 255 or 38.03% from 142); Green value is 22 (8.98% from 255 or 15.49% from 142); Blue value is 66 (26.17% from 255 or 46.48% from 142); Max value from RGB is 66 - color contains mainly: blue. Hex color #361642 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #361642 is #C9E9BD. Grayscale: #242424. Windows color (decimal): -13232574 or 4331062. OLE color: 4331062.

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

Color convert

RGB542266-
CMYK0.180.6700.74
HSL283.64º50%17.25%-
HSV(B)283.64º66.67%25.88%-
XYZ2.791.755.35-
YUV36.58144.6140.42-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 38.03%
GREEN value IS 22 (8.98% from 255) = 15.49%
BLUE value IS 66 (26.17% from 255) = 46.48%
R=38.03%
G=15.49%
B=46.48%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5422660.180.6700.74283.645017.25
Hex361642124304A11c3211
Octal66261022210301124346221
Binary1101101011010000101001010000110100101010001110011001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #361642; }

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

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

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

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

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

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

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

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