#36023D

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

Shades of Blackcurrant #36023D

Tints of Blackcurrant #36023D

Color information

#36023D (or 0x36023D) is unknown color: approx Blackcurrant. HEX triplet: 36, 02 and 3D. RGB value is (54,2,61). Sum of RGB (Red+Green+Blue) = 54+2+61=117 (15% of max value = 765). Red value is 54 (21.48% from 255 or 46.15% from 117); Green value is 2 (1.17% from 255 or 1.71% from 117); Blue value is 61 (24.22% from 255 or 52.14% from 117); Max value from RGB is 61 - color contains mainly: blue. Hex color #36023D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #36023D is #C9FDC2. Grayscale: #181818. Windows color (decimal): -13237699 or 3998262. OLE color: 3998262.

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

Color convert

RGB54261-
CMYK0.110.9700.76
HSL292.88º93.65%12.35%-
HSV(B)292.88º96.72%23.92%-
XYZ2.391.164.51-
YUV24.27148.73149.2-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 46.15%
GREEN value IS 2 (1.17% from 255) = 1.71%
BLUE value IS 61 (24.22% from 255) = 52.14%
R=46.15%
G=1.71%
B=52.14%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal542610.110.9700.76292.8893.6512.35
Hex3623DB6104C1255ec
Octal6627513141011444513614
Binary11011010111101101111000010100110010010010110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36023D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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