#361343

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

Shades of Blackcurrant #361343

Tints of Blackcurrant #361343

Color information

#361343 (or 0x361343) is unknown color: approx Blackcurrant. HEX triplet: 36, 13 and 43. RGB value is (54,19,67). Sum of RGB (Red+Green+Blue) = 54+19+67=140 (18% of max value = 765). Red value is 54 (21.48% from 255 or 38.57% from 140); Green value is 19 (7.81% from 255 or 13.57% from 140); Blue value is 67 (26.56% from 255 or 47.86% from 140); Max value from RGB is 67 - color contains mainly: blue. Hex color #361343 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #361343 is #C9ECBC. Grayscale: #222222. Windows color (decimal): -13233341 or 4395830. OLE color: 4395830.

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

Color convert

RGB541967-
CMYK0.190.7200.74
HSL283.75º55.81%16.86%-
HSV(B)283.75º71.64%26.27%-
XYZ2.771.665.48-
YUV34.94146.1141.6-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 38.57%
GREEN value IS 19 (7.81% from 255) = 13.57%
BLUE value IS 67 (26.56% from 255) = 47.86%
R=38.57%
G=13.57%
B=47.86%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5419670.190.7200.74283.7555.8116.86
Hex361343134804A11c3811
Octal66231032311001124347021
Binary1101101001110000111001110010000100101010001110011100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361343

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #361343; }

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

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

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

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

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

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

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

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