#360947

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

Shades of Blackcurrant #360947

Tints of Blackcurrant #360947

Color information

#360947 (or 0x360947) is unknown color: approx Blackcurrant. HEX triplet: 36, 09 and 47. RGB value is (54,9,71). Sum of RGB (Red+Green+Blue) = 54+9+71=134 (17% of max value = 765). Red value is 54 (21.48% from 255 or 40.30% from 134); Green value is 9 (3.91% from 255 or 6.72% from 134); Blue value is 71 (28.12% from 255 or 52.99% from 134); Max value from RGB is 71 - color contains mainly: blue. Hex color #360947 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #360947 is #C9F6B8. Grayscale: #1D1D1D. Windows color (decimal): -13235897 or 4655414. OLE color: 4655414.

HSL color Cylindrical-coordinate representation of color #360947: hue angle of 283.55º degrees, saturation: 0.77, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #360947 is Cyan = 0.24, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB54971-
CMYK0.240.8700.72
HSL283.55º77.5%15.69%-
HSV(B)283.55º87.32%27.84%-
XYZ2.761.436.09-
YUV29.52151.41145.46-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 40.30%
GREEN value IS 9 (3.91% from 255) = 6.72%
BLUE value IS 71 (28.12% from 255) = 52.99%
R=40.30%
G=6.72%
B=52.99%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal549710.240.8700.72283.5577.515.69
Hex36947185704811c4e10
Octal661110730127011043411620
Binary1101101001100011111000101011101001000100011100100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360947

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #360947; }

 p { color: rgb(54,9,71); }

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

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

 a { background-color: rgb(54,9,71); }

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

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

 span { border-color: rgb(54,9,71); }

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