#360358

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

Shades of Blackcurrant #360358

Tints of Blackcurrant #360358

Color information

#360358 (or 0x360358) is unknown color: approx Blackcurrant. HEX triplet: 36, 03 and 58. RGB value is (54,3,88). Sum of RGB (Red+Green+Blue) = 54+3+88=145 (19% of max value = 765). Red value is 54 (21.48% from 255 or 37.24% from 145); Green value is 3 (1.56% from 255 or 2.07% from 145); Blue value is 88 (34.77% from 255 or 60.69% from 145); Max value from RGB is 88 - color contains mainly: blue. Hex color #360358 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #360358 is #C9FCA7. Grayscale: #1B1B1B. Windows color (decimal): -13237416 or 5767990. OLE color: 5767990.

HSL color Cylindrical-coordinate representation of color #360358: hue angle of 276º degrees, saturation: 0.93, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #360358 is Cyan = 0.39, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB54388-
CMYK0.390.9700.65
HSL276º93.41%17.84%-
HSV(B)276º96.59%34.51%-
XYZ3.321.559.36-
YUV27.94161.9146.59-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 37.24%
GREEN value IS 3 (1.56% from 255) = 2.07%
BLUE value IS 88 (34.77% from 255) = 60.69%
R=37.24%
G=2.07%
B=60.69%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal543880.390.9700.6527693.4117.84
Hex3635827610411145d12
Octal66313047141010142413522
Binary110110111011000100111110000101000001100010100101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #360358; }

 p { color: rgb(54,3,88); }

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

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

 a { background-color: rgb(54,3,88); }

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

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

 span { border-color: rgb(54,3,88); }

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