#361043

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

Shades of Blackcurrant #361043

Tints of Blackcurrant #361043

Color information

#361043 (or 0x361043) is unknown color: approx Blackcurrant. HEX triplet: 36, 10 and 43. RGB value is (54,16,67). Sum of RGB (Red+Green+Blue) = 54+16+67=137 (18% of max value = 765). Red value is 54 (21.48% from 255 or 39.42% from 137); Green value is 16 (6.64% from 255 or 11.68% from 137); Blue value is 67 (26.56% from 255 or 48.91% from 137); Max value from RGB is 67 - color contains mainly: blue. Hex color #361043 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #361043 is #C9EFBC. Grayscale: #212121. Windows color (decimal): -13234109 or 4395062. OLE color: 4395062.

HSL color Cylindrical-coordinate representation of color #361043: hue angle of 284.71º degrees, saturation: 0.61, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #361043 is Cyan = 0.19, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB541667-
CMYK0.190.7600.74
HSL284.71º61.45%16.27%-
HSV(B)284.71º76.12%26.27%-
XYZ2.721.565.47-
YUV33.18147.09142.85-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 39.42%
GREEN value IS 16 (6.64% from 255) = 11.68%
BLUE value IS 67 (26.56% from 255) = 48.91%
R=39.42%
G=11.68%
B=48.91%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5416670.190.7600.74284.7161.4516.27
Hex361043134C04A11d3d10
Octal66201032311401124357520
Binary1101101000010000111001110011000100101010001110111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361043

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #361043; }

 p { color: rgb(54,16,67); }

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

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

 a { background-color: rgb(54,16,67); }

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

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

 span { border-color: rgb(54,16,67); }

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