#360955

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

Shades of Blackcurrant #360955

Tints of Blackcurrant #360955

Color information

#360955 (or 0x360955) is unknown color: approx Blackcurrant. HEX triplet: 36, 09 and 55. RGB value is (54,9,85). Sum of RGB (Red+Green+Blue) = 54+9+85=148 (19% of max value = 765). Red value is 54 (21.48% from 255 or 36.49% from 148); Green value is 9 (3.91% from 255 or 6.08% from 148); Blue value is 85 (33.59% from 255 or 57.43% from 148); Max value from RGB is 85 - color contains mainly: blue. Hex color #360955 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #360955 is #C9F6AA. Grayscale: #1E1E1E. Windows color (decimal): -13235883 or 5572918. OLE color: 5572918.

HSL color Cylindrical-coordinate representation of color #360955: hue angle of 275.53º degrees, saturation: 0.81, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #360955 is Cyan = 0.36, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB54985-
CMYK0.360.8900.67
HSL275.53º80.85%18.43%-
HSV(B)275.53º89.41%33.33%-
XYZ3.261.648.74-
YUV31.12158.41144.32-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 36.49%
GREEN value IS 9 (3.91% from 255) = 6.08%
BLUE value IS 85 (33.59% from 255) = 57.43%
R=36.49%
G=6.08%
B=57.43%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal549850.360.8900.67275.5380.8518.43
Hex3695524590431145112
Octal661112544131010342412122
Binary11011010011010101100100101100101000011100010100101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #360955; }

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

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

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

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

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

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

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

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