#36013C

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

Shades of Blackcurrant #36013C

Tints of Blackcurrant #36013C

Color information

#36013C (or 0x36013C) is unknown color: approx Blackcurrant. HEX triplet: 36, 01 and 3C. RGB value is (54,1,60). Sum of RGB (Red+Green+Blue) = 54+1+60=115 (15% of max value = 765). Red value is 54 (21.48% from 255 or 46.96% from 115); Green value is 1 (0.78% from 255 or 0.87% from 115); Blue value is 60 (23.83% from 255 or 52.17% from 115); Max value from RGB is 60 - color contains mainly: blue. Hex color #36013C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #36013C is #C9FEC3. Grayscale: #171717. Windows color (decimal): -13237956 or 3932470. OLE color: 3932470.

HSL color Cylindrical-coordinate representation of color #36013C: hue angle of 293.9º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #36013C is Cyan = 0.10, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB54160-
CMYK0.100.9800.76
HSL293.9º96.72%11.96%-
HSV(B)293.9º98.33%23.53%-
XYZ2.351.134.37-
YUV23.57148.56149.7-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 46.96%
GREEN value IS 1 (0.78% from 255) = 0.87%
BLUE value IS 60 (23.83% from 255) = 52.17%
R=46.96%
G=0.87%
B=52.17%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal541600.100.9800.76293.996.7211.96
Hex3613CA6204C12661c
Octal6617412142011444614114
Binary1101101111100101011000100100110010010011011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36013C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36013C; }

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

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

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

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

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

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

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

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