#360853

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

Shades of Blackcurrant #360853

Tints of Blackcurrant #360853

Color information

#360853 (or 0x360853) is unknown color: approx Blackcurrant. HEX triplet: 36, 08 and 53. RGB value is (54,8,83). Sum of RGB (Red+Green+Blue) = 54+8+83=145 (19% of max value = 765). Red value is 54 (21.48% from 255 or 37.24% from 145); Green value is 8 (3.52% from 255 or 5.52% from 145); Blue value is 83 (32.81% from 255 or 57.24% from 145); Max value from RGB is 83 - color contains mainly: blue. Hex color #360853 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #360853 is #C9F7AC. Grayscale: #1E1E1E. Windows color (decimal): -13236141 or 5441590. OLE color: 5441590.

HSL color Cylindrical-coordinate representation of color #360853: hue angle of 276.8º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #360853 is Cyan = 0.35, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB54883-
CMYK0.350.9000.67
HSL276.8º82.42%17.84%-
HSV(B)276.8º90.36%32.55%-
XYZ3.171.588.32-
YUV30.3157.74144.9-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 37.24%
GREEN value IS 8 (3.52% from 255) = 5.52%
BLUE value IS 83 (32.81% from 255) = 57.24%
R=37.24%
G=5.52%
B=57.24%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal548830.350.9000.67276.882.4217.84
Hex36853235A0431155212
Octal661012343132010342512222
Binary11011010001010011100011101101001000011100010101101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360853

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #360853; }

 p { color: rgb(54,8,83); }

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

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

 a { background-color: rgb(54,8,83); }

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

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

 span { border-color: rgb(54,8,83); }

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