#360151

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

Shades of Blackcurrant #360151

Tints of Blackcurrant #360151

Color information

#360151 (or 0x360151) is unknown color: approx Blackcurrant. HEX triplet: 36, 01 and 51. RGB value is (54,1,81). Sum of RGB (Red+Green+Blue) = 54+1+81=136 (18% of max value = 765). Red value is 54 (21.48% from 255 or 39.71% from 136); Green value is 1 (0.78% from 255 or 0.74% from 136); Blue value is 81 (32.03% from 255 or 59.56% from 136); Max value from RGB is 81 - color contains mainly: blue. Hex color #360151 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #360151 is #C9FEAE. Grayscale: #191919. Windows color (decimal): -13237935 or 5308726. OLE color: 5308726.

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

Color convert

RGB54181-
CMYK0.330.9900.68
HSL279.75º97.56%16.08%-
HSV(B)279.75º98.77%31.76%-
XYZ3.021.47.9-
YUV25.97159.06148-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 39.71%
GREEN value IS 1 (0.78% from 255) = 0.74%
BLUE value IS 81 (32.03% from 255) = 59.56%
R=39.71%
G=0.74%
B=59.56%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal541810.330.9900.68279.7597.5616.08
Hex3615121630441186210
Octal66112141143010443014220
Binary11011011010001100001110001101000100100011000110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #360151; }

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

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

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

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

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

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

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

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