#360F53

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

Shades of Blackcurrant #360F53

Tints of Blackcurrant #360F53

Color information

#360F53 (or 0x360F53) is unknown color: approx Blackcurrant. HEX triplet: 36, 0F and 53. RGB value is (54,15,83). Sum of RGB (Red+Green+Blue) = 54+15+83=152 (20% of max value = 765). Red value is 54 (21.48% from 255 or 35.53% from 152); Green value is 15 (6.25% from 255 or 9.87% from 152); Blue value is 83 (32.81% from 255 or 54.61% from 152); Max value from RGB is 83 - color contains mainly: blue. Hex color #360F53 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #360F53 is #C9F0AC. Grayscale: #222222. Windows color (decimal): -13234349 or 5443382. OLE color: 5443382.

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

Color convert

RGB541583-
CMYK0.350.8200.67
HSL274.41º69.39%19.22%-
HSV(B)274.41º81.93%32.55%-
XYZ3.251.758.35-
YUV34.41155.42141.97-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 35.53%
GREEN value IS 15 (6.25% from 255) = 9.87%
BLUE value IS 83 (32.81% from 255) = 54.61%
R=35.53%
G=9.87%
B=54.61%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5415830.350.8200.67274.4169.3919.22
Hex36F5323520431124513
Octal661712343122010342210523
Binary11011011111010011100011101001001000011100010010100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360F53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #360F53; }

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

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

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

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

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

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

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

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