#360952

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

Shades of Blackcurrant #360952

Tints of Blackcurrant #360952

Color information

#360952 (or 0x360952) is unknown color: approx Blackcurrant. HEX triplet: 36, 09 and 52. RGB value is (54,9,82). Sum of RGB (Red+Green+Blue) = 54+9+82=145 (19% of max value = 765). Red value is 54 (21.48% from 255 or 37.24% from 145); Green value is 9 (3.91% from 255 or 6.21% from 145); Blue value is 82 (32.42% from 255 or 56.55% from 145); Max value from RGB is 82 - color contains mainly: blue. Hex color #360952 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #360952 is #C9F6AD. Grayscale: #1E1E1E. Windows color (decimal): -13235886 or 5376310. OLE color: 5376310.

HSL color Cylindrical-coordinate representation of color #360952: hue angle of 276.99º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #360952 is Cyan = 0.34, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB54982-
CMYK0.340.8900.68
HSL276.99º80.22%17.84%-
HSV(B)276.99º89.02%32.16%-
XYZ3.141.598.12-
YUV30.78156.91144.56-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 37.24%
GREEN value IS 9 (3.91% from 255) = 6.21%
BLUE value IS 82 (32.42% from 255) = 56.55%
R=37.24%
G=6.21%
B=56.55%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal549820.340.8900.68276.9980.2217.84
Hex3695222590441155012
Octal661112242131010442512022
Binary11011010011010010100010101100101000100100010101101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #360952; }

 p { color: rgb(54,9,82); }

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

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

 a { background-color: rgb(54,9,82); }

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

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

 span { border-color: rgb(54,9,82); }

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