#360743

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

Shades of Blackcurrant #360743

Tints of Blackcurrant #360743

Color information

#360743 (or 0x360743) is unknown color: approx Blackcurrant. HEX triplet: 36, 07 and 43. RGB value is (54,7,67). Sum of RGB (Red+Green+Blue) = 54+7+67=128 (16% of max value = 765). Red value is 54 (21.48% from 255 or 42.19% from 128); Green value is 7 (3.12% from 255 or 5.47% from 128); Blue value is 67 (26.56% from 255 or 52.34% from 128); Max value from RGB is 67 - color contains mainly: blue. Hex color #360743 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #360743 is #C9F8BC. Grayscale: #1B1B1B. Windows color (decimal): -13236413 or 4392758. OLE color: 4392758.

HSL color Cylindrical-coordinate representation of color #360743: hue angle of 287º degrees, saturation: 0.81, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #360743 is Cyan = 0.19, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB54767-
CMYK0.190.9000.74
HSL287º81.08%14.51%-
HSV(B)287º89.55%26.27%-
XYZ2.611.345.43-
YUV27.89150.07146.62-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 42.19%
GREEN value IS 7 (3.12% from 255) = 5.47%
BLUE value IS 67 (26.56% from 255) = 52.34%
R=42.19%
G=5.47%
B=52.34%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal547670.190.9000.7428781.0814.51
Hex36743135A04A11f51f
Octal66710323132011243712117
Binary11011011110000111001110110100100101010001111110100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360743

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #360743; }

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

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

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

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

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

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

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

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