#361942

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

Shades of Blackcurrant #361942

Tints of Blackcurrant #361942

Color information

#361942 (or 0x361942) is unknown color: approx Blackcurrant. HEX triplet: 36, 19 and 42. RGB value is (54,25,66). Sum of RGB (Red+Green+Blue) = 54+25+66=145 (19% of max value = 765). Red value is 54 (21.48% from 255 or 37.24% from 145); Green value is 25 (10.16% from 255 or 17.24% from 145); Blue value is 66 (26.17% from 255 or 45.52% from 145); Max value from RGB is 66 - color contains mainly: blue. Hex color #361942 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #361942 is #C9E6BD. Grayscale: #262626. Windows color (decimal): -13231806 or 4331830. OLE color: 4331830.

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

Color convert

RGB542566-
CMYK0.180.6200.74
HSL282.44º45.05%17.84%-
HSV(B)282.44º62.12%25.88%-
XYZ2.851.875.37-
YUV38.34143.61139.17-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 37.24%
GREEN value IS 25 (10.16% from 255) = 17.24%
BLUE value IS 66 (26.17% from 255) = 45.52%
R=37.24%
G=17.24%
B=45.52%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5425660.180.6200.74282.4445.0517.84
Hex361942123E04A11a2d12
Octal6631102227601124325522
Binary110110110011000010100101111100100101010001101010110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #361942; }

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

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

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

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

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

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

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

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