#360249

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

Shades of Blackcurrant #360249

Tints of Blackcurrant #360249

Color information

#360249 (or 0x360249) is unknown color: approx Blackcurrant. HEX triplet: 36, 02 and 49. RGB value is (54,2,73). Sum of RGB (Red+Green+Blue) = 54+2+73=129 (17% of max value = 765). Red value is 54 (21.48% from 255 or 41.86% from 129); Green value is 2 (1.17% from 255 or 1.55% from 129); Blue value is 73 (28.91% from 255 or 56.59% from 129); Max value from RGB is 73 - color contains mainly: blue. Hex color #360249 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #360249 is #C9FDB6. Grayscale: #191919. Windows color (decimal): -13237687 or 4784694. OLE color: 4784694.

HSL color Cylindrical-coordinate representation of color #360249: hue angle of 283.94º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #360249 is Cyan = 0.26, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB54273-
CMYK0.260.9700.71
HSL283.94º94.67%14.71%-
HSV(B)283.94º97.26%28.63%-
XYZ2.751.316.41-
YUV25.64154.73148.23-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 41.86%
GREEN value IS 2 (1.17% from 255) = 1.55%
BLUE value IS 73 (28.91% from 255) = 56.59%
R=41.86%
G=1.55%
B=56.59%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal542730.260.9700.71283.9494.6714.71
Hex362491A6104711c5ff
Octal66211132141010743413717
Binary1101101010010011101011000010100011110001110010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #360249; }

 p { color: rgb(54,2,73); }

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

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

 a { background-color: rgb(54,2,73); }

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

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

 span { border-color: rgb(54,2,73); }

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