#360E53

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

Shades of Blackcurrant #360E53

Tints of Blackcurrant #360E53

Color information

#360E53 (or 0x360E53) is unknown color: approx Blackcurrant. HEX triplet: 36, 0E and 53. RGB value is (54,14,83). Sum of RGB (Red+Green+Blue) = 54+14+83=151 (20% of max value = 765). Red value is 54 (21.48% from 255 or 35.76% from 151); Green value is 14 (5.86% from 255 or 9.27% from 151); Blue value is 83 (32.81% from 255 or 54.97% from 151); Max value from RGB is 83 - color contains mainly: blue. Hex color #360E53 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #360E53 is #C9F1AC. Grayscale: #212121. Windows color (decimal): -13234605 or 5443126. OLE color: 5443126.

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

Color convert

RGB541483-
CMYK0.350.8300.67
HSL274.78º71.13%19.02%-
HSV(B)274.78º83.13%32.55%-
XYZ3.241.728.35-
YUV33.83155.75142.39-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 35.76%
GREEN value IS 14 (5.86% from 255) = 9.27%
BLUE value IS 83 (32.81% from 255) = 54.97%
R=35.76%
G=9.27%
B=54.97%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5414830.350.8300.67274.7871.1319.02
Hex36E5323530431134713
Octal661612343123010342310723
Binary11011011101010011100011101001101000011100010011100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360E53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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