#36003D

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

Shades of Blackcurrant #36003D

Tints of Blackcurrant #36003D

Color information

#36003D (or 0x36003D) is unknown color: approx Blackcurrant. HEX triplet: 36, 00 and 3D. RGB value is (54,0,61). Sum of RGB (Red+Green+Blue) = 54+0+61=115 (15% of max value = 765). Red value is 54 (21.48% from 255 or 46.96% from 115); Green value is 0 (0.39% from 255 or 0% from 115); Blue value is 61 (24.22% from 255 or 53.04% from 115); Max value from RGB is 61 - color contains mainly: blue. Hex color #36003D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #36003D is #C9FFC2. Grayscale: #161616. Windows color (decimal): -13238211 or 3997750. OLE color: 3997750.

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

Color convert

RGB54061-
CMYK0.11100.76
HSL293.11º100%11.96%-
HSV(B)293.11º100%23.92%-
XYZ2.361.124.51-
YUV23.1149.39150.04-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 46.96%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 61 (24.22% from 255) = 53.04%
R=46.96%
G=0%
B=53.04%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal540610.11100.76293.1110011.96
Hex3603DB6404C12564c
Octal6607513144011444514414
Binary1101100111101101111001000100110010010010111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36003D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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