#360341

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

Shades of Blackcurrant #360341

Tints of Blackcurrant #360341

Color information

#360341 (or 0x360341) is unknown color: approx Blackcurrant. HEX triplet: 36, 03 and 41. RGB value is (54,3,65). Sum of RGB (Red+Green+Blue) = 54+3+65=122 (16% of max value = 765). Red value is 54 (21.48% from 255 or 44.26% from 122); Green value is 3 (1.56% from 255 or 2.46% from 122); Blue value is 65 (25.78% from 255 or 53.28% from 122); Max value from RGB is 65 - color contains mainly: blue. Hex color #360341 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #360341 is #C9FCBE. Grayscale: #191919. Windows color (decimal): -13237439 or 4260662. OLE color: 4260662.

HSL color Cylindrical-coordinate representation of color #360341: hue angle of 289.35º 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 #360341 is Cyan = 0.17, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB54365-
CMYK0.170.9500.75
HSL289.35º91.18%13.33%-
HSV(B)289.35º95.38%25.49%-
XYZ2.511.235.11-
YUV25.32150.4148.46-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 44.26%
GREEN value IS 3 (1.56% from 255) = 2.46%
BLUE value IS 65 (25.78% from 255) = 53.28%
R=44.26%
G=2.46%
B=53.28%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal543650.170.9500.75289.3591.1813.33
Hex36341115F04B1215bd
Octal66310121137011344113315
Binary1101101110000011000110111110100101110010000110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #360341; }

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

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

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

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

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

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

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

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