#36163D

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

Shades of Blackcurrant #36163D

Tints of Blackcurrant #36163D

Color information

#36163D (or 0x36163D) is unknown color: approx Blackcurrant. HEX triplet: 36, 16 and 3D. RGB value is (54,22,61). Sum of RGB (Red+Green+Blue) = 54+22+61=137 (18% of max value = 765). Red value is 54 (21.48% from 255 or 39.42% from 137); Green value is 22 (8.98% from 255 or 16.06% from 137); Blue value is 61 (24.22% from 255 or 44.53% from 137); Max value from RGB is 61 - color contains mainly: blue. Hex color #36163D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #36163D is #C9E9C2. Grayscale: #232323. Windows color (decimal): -13232579 or 4003382. OLE color: 4003382.

HSL color Cylindrical-coordinate representation of color #36163D: hue angle of 289.23º degrees, saturation: 0.47, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #36163D is Cyan = 0.11, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB542261-
CMYK0.110.6400.76
HSL289.23º46.99%16.27%-
HSV(B)289.23º63.93%23.92%-
XYZ2.651.74.6-
YUV36.01142.1140.83-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 39.42%
GREEN value IS 22 (8.98% from 255) = 16.06%
BLUE value IS 61 (24.22% from 255) = 44.53%
R=39.42%
G=16.06%
B=44.53%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5422610.110.6400.76289.2346.9916.27
Hex36163DB4004C1212f10
Octal6626751310001144415720
Binary11011010110111101101110000000100110010010000110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36163D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36163D; }

 p { color: rgb(54,22,61); }

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

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

 a { background-color: rgb(54,22,61); }

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

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

 span { border-color: rgb(54,22,61); }

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