#361152

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

Shades of Blackcurrant #361152

Tints of Blackcurrant #361152

Color information

#361152 (or 0x361152) is unknown color: approx Blackcurrant. HEX triplet: 36, 11 and 52. RGB value is (54,17,82). Sum of RGB (Red+Green+Blue) = 54+17+82=153 (20% of max value = 765). Red value is 54 (21.48% from 255 or 35.29% from 153); Green value is 17 (7.03% from 255 or 11.11% from 153); Blue value is 82 (32.42% from 255 or 53.59% from 153); Max value from RGB is 82 - color contains mainly: blue. Hex color #361152 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #361152 is #C9EEAD. Grayscale: #232323. Windows color (decimal): -13233838 or 5378358. OLE color: 5378358.

HSL color Cylindrical-coordinate representation of color #361152: hue angle of 274.15º degrees, saturation: 0.66, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #361152 is Cyan = 0.34, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB541782-
CMYK0.340.7900.68
HSL274.15º65.66%19.41%-
HSV(B)274.15º79.27%32.16%-
XYZ3.241.798.16-
YUV35.47154.26141.21-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 35.29%
GREEN value IS 17 (7.03% from 255) = 11.11%
BLUE value IS 82 (32.42% from 255) = 53.59%
R=35.29%
G=11.11%
B=53.59%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5417820.340.7900.68274.1565.6619.41
Hex361152224F0441124213
Octal662112242117010442210223
Binary110110100011010010100010100111101000100100010010100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #361152; }

 p { color: rgb(54,17,82); }

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

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

 a { background-color: rgb(54,17,82); }

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

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

 span { border-color: rgb(54,17,82); }

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