#361053

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

Shades of Blackcurrant #361053

Tints of Blackcurrant #361053

Color information

#361053 (or 0x361053) is unknown color: approx Blackcurrant. HEX triplet: 36, 10 and 53. RGB value is (54,16,83). Sum of RGB (Red+Green+Blue) = 54+16+83=153 (20% of max value = 765). Red value is 54 (21.48% from 255 or 35.29% from 153); Green value is 16 (6.64% from 255 or 10.46% from 153); Blue value is 83 (32.81% from 255 or 54.25% from 153); Max value from RGB is 83 - color contains mainly: blue. Hex color #361053 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #361053 is #C9EFAC. Grayscale: #222222. Windows color (decimal): -13234093 or 5443638. OLE color: 5443638.

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

Color convert

RGB541683-
CMYK0.350.8100.67
HSL274.03º67.68%19.41%-
HSV(B)274.03º80.72%32.55%-
XYZ3.271.788.35-
YUV35155.09141.55-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 35.29%
GREEN value IS 16 (6.64% from 255) = 10.46%
BLUE value IS 83 (32.81% from 255) = 54.25%
R=35.29%
G=10.46%
B=54.25%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5416830.350.8100.67274.0367.6819.41
Hex36105323510431124413
Octal662012343121010342210423
Binary110110100001010011100011101000101000011100010010100010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #361053; }

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

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

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

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

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

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

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

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