#361144

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

Shades of Blackcurrant #361144

Tints of Blackcurrant #361144

Color information

#361144 (or 0x361144) is unknown color: approx Blackcurrant. HEX triplet: 36, 11 and 44. RGB value is (54,17,68). Sum of RGB (Red+Green+Blue) = 54+17+68=139 (18% of max value = 765). Red value is 54 (21.48% from 255 or 38.85% from 139); Green value is 17 (7.03% from 255 or 12.23% from 139); Blue value is 68 (26.95% from 255 or 48.92% from 139); Max value from RGB is 68 - color contains mainly: blue. Hex color #361144 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #361144 is #C9EEBB. Grayscale: #212121. Windows color (decimal): -13233852 or 4460854. OLE color: 4460854.

HSL color Cylindrical-coordinate representation of color #361144: hue angle of 283.53º degrees, saturation: 0.6, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #361144 is Cyan = 0.21, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB541768-
CMYK0.210.7500.73
HSL283.53º60%16.67%-
HSV(B)283.53º75%26.67%-
XYZ2.771.65.63-
YUV33.88147.26142.35-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 38.85%
GREEN value IS 17 (7.03% from 255) = 12.23%
BLUE value IS 68 (26.95% from 255) = 48.92%
R=38.85%
G=12.23%
B=48.92%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5417680.210.7500.73283.536016.67
Hex361144154B04911c3c11
Octal66211042511301114347421
Binary1101101000110001001010110010110100100110001110011110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361144

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #361144; }

 p { color: rgb(54,17,68); }

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

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

 a { background-color: rgb(54,17,68); }

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

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

 span { border-color: rgb(54,17,68); }

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