#36103D

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

Shades of Blackcurrant #36103D

Tints of Blackcurrant #36103D

Color information

#36103D (or 0x36103D) is unknown color: approx Blackcurrant. HEX triplet: 36, 10 and 3D. RGB value is (54,16,61). Sum of RGB (Red+Green+Blue) = 54+16+61=131 (17% of max value = 765). Red value is 54 (21.48% from 255 or 41.22% from 131); Green value is 16 (6.64% from 255 or 12.21% from 131); Blue value is 61 (24.22% from 255 or 46.56% from 131); Max value from RGB is 61 - color contains mainly: blue. Hex color #36103D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #36103D is #C9EFC2. Grayscale: #202020. Windows color (decimal): -13234115 or 4001846. OLE color: 4001846.

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

Color convert

RGB541661-
CMYK0.110.7400.76
HSL290.67º58.44%15.1%-
HSV(B)290.67º73.77%23.92%-
XYZ2.551.494.57-
YUV32.49144.09143.34-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 41.22%
GREEN value IS 16 (6.64% from 255) = 12.21%
BLUE value IS 61 (24.22% from 255) = 46.56%
R=41.22%
G=12.21%
B=46.56%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5416610.110.7400.76290.6758.4415.1
Hex36103DB4A04C1233af
Octal6620751311201144437217
Binary1101101000011110110111001010010011001001000111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36103D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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