#36033D

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

Shades of Blackcurrant #36033D

Tints of Blackcurrant #36033D

Color information

#36033D (or 0x36033D) is unknown color: approx Blackcurrant. HEX triplet: 36, 03 and 3D. RGB value is (54,3,61). Sum of RGB (Red+Green+Blue) = 54+3+61=118 (15% of max value = 765). Red value is 54 (21.48% from 255 or 45.76% from 118); Green value is 3 (1.56% from 255 or 2.54% from 118); Blue value is 61 (24.22% from 255 or 51.69% from 118); Max value from RGB is 61 - color contains mainly: blue. Hex color #36033D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #36033D is #C9FCC2. Grayscale: #181818. Windows color (decimal): -13237443 or 3998518. OLE color: 3998518.

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

Color convert

RGB54361-
CMYK0.110.9500.76
HSL292.76º90.62%12.55%-
HSV(B)292.76º95.08%23.92%-
XYZ2.41.194.52-
YUV24.86148.4148.78-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 45.76%
GREEN value IS 3 (1.56% from 255) = 2.54%
BLUE value IS 61 (24.22% from 255) = 51.69%
R=45.76%
G=2.54%
B=51.69%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal543610.110.9500.76292.7690.6212.55
Hex3633DB5F04C1255bd
Octal6637513137011444513315
Binary11011011111101101110111110100110010010010110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36033D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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