#360351

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

Shades of Blackcurrant #360351

Tints of Blackcurrant #360351

Color information

#360351 (or 0x360351) is unknown color: approx Blackcurrant. HEX triplet: 36, 03 and 51. RGB value is (54,3,81). Sum of RGB (Red+Green+Blue) = 54+3+81=138 (18% of max value = 765). Red value is 54 (21.48% from 255 or 39.13% from 138); Green value is 3 (1.56% from 255 or 2.17% from 138); Blue value is 81 (32.03% from 255 or 58.70% from 138); Max value from RGB is 81 - color contains mainly: blue. Hex color #360351 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #360351 is #C9FCAE. Grayscale: #1A1A1A. Windows color (decimal): -13237423 or 5309238. OLE color: 5309238.

HSL color Cylindrical-coordinate representation of color #360351: hue angle of 279.23º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #360351 is Cyan = 0.33, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB54381-
CMYK0.330.9600.68
HSL279.23º92.86%16.47%-
HSV(B)279.23º96.3%31.76%-
XYZ3.041.447.9-
YUV27.14158.4147.16-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 39.13%
GREEN value IS 3 (1.56% from 255) = 2.17%
BLUE value IS 81 (32.03% from 255) = 58.70%
R=39.13%
G=2.17%
B=58.70%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal543810.330.9600.68279.2392.8616.47
Hex3635121600441175d10
Octal66312141140010442713520
Binary110110111010001100001110000001000100100010111101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #360351; }

 p { color: rgb(54,3,81); }

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

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

 a { background-color: rgb(54,3,81); }

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

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

 span { border-color: rgb(54,3,81); }

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