#360451

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

Shades of Blackcurrant #360451

Tints of Blackcurrant #360451

Color information

#360451 (or 0x360451) is unknown color: approx Blackcurrant. HEX triplet: 36, 04 and 51. RGB value is (54,4,81). Sum of RGB (Red+Green+Blue) = 54+4+81=139 (18% of max value = 765). Red value is 54 (21.48% from 255 or 38.85% from 139); Green value is 4 (1.95% from 255 or 2.88% from 139); Blue value is 81 (32.03% from 255 or 58.27% from 139); Max value from RGB is 81 - color contains mainly: blue. Hex color #360451 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #360451 is #C9FBAE. Grayscale: #1B1B1B. Windows color (decimal): -13237167 or 5309494. OLE color: 5309494.

HSL color Cylindrical-coordinate representation of color #360451: hue angle of 278.96º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #360451 is Cyan = 0.33, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB54481-
CMYK0.330.9500.68
HSL278.96º90.59%16.67%-
HSV(B)278.96º95.06%31.76%-
XYZ3.051.477.91-
YUV27.73158.06146.74-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 38.85%
GREEN value IS 4 (1.95% from 255) = 2.88%
BLUE value IS 81 (32.03% from 255) = 58.27%
R=38.85%
G=2.88%
B=58.27%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal544810.330.9500.68278.9690.5916.67
Hex36451215F0441175b11
Octal66412141137010442713321
Binary1101101001010001100001101111101000100100010111101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #360451; }

 p { color: rgb(54,4,81); }

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

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

 a { background-color: rgb(54,4,81); }

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

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

 span { border-color: rgb(54,4,81); }

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