#360340

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

Shades of Blackcurrant #360340

Tints of Blackcurrant #360340

Color information

#360340 (or 0x360340) is unknown color: approx Blackcurrant. HEX triplet: 36, 03 and 40. RGB value is (54,3,64). Sum of RGB (Red+Green+Blue) = 54+3+64=121 (16% of max value = 765). Red value is 54 (21.48% from 255 or 44.63% from 121); Green value is 3 (1.56% from 255 or 2.48% from 121); Blue value is 64 (25.39% from 255 or 52.89% from 121); Max value from RGB is 64 - color contains mainly: blue. Hex color #360340 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #360340 is #C9FCBF. Grayscale: #191919. Windows color (decimal): -13237440 or 4195126. OLE color: 4195126.

HSL color Cylindrical-coordinate representation of color #360340: hue angle of 290.16º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #360340 is Cyan = 0.16, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB54364-
CMYK0.160.9500.75
HSL290.16º91.04%13.14%-
HSV(B)290.16º95.31%25.1%-
XYZ2.481.224.96-
YUV25.2149.9148.54-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 44.63%
GREEN value IS 3 (1.56% from 255) = 2.48%
BLUE value IS 64 (25.39% from 255) = 52.89%
R=44.63%
G=2.48%
B=52.89%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal543640.160.9500.75290.1691.0413.14
Hex36340105F04B1225bd
Octal66310020137011344213315
Binary1101101110000001000010111110100101110010001010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #360340; }

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

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

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

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

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

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

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

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