#3D0447

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

Shades of Blackcurrant #3D0447

Tints of Blackcurrant #3D0447

Color information

#3D0447 (or 0x3D0447) is unknown color: approx Blackcurrant. HEX triplet: 3D, 04 and 47. RGB value is (61,4,71). Sum of RGB (Red+Green+Blue) = 61+4+71=136 (18% of max value = 765). Red value is 61 (24.22% from 255 or 44.85% from 136); Green value is 4 (1.95% from 255 or 2.94% from 136); Blue value is 71 (28.12% from 255 or 52.21% from 136); Max value from RGB is 71 - color contains mainly: blue. Hex color #3D0447 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D0447 is #C2FBB8. Grayscale: #1C1C1C. Windows color (decimal): -12778425 or 4654141. OLE color: 4654141.

HSL color Cylindrical-coordinate representation of color #3D0447: hue angle of 291.04º degrees, saturation: 0.89, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3D0447 is Cyan = 0.14, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB61471-
CMYK0.140.9400.72
HSL291.04º89.33%14.71%-
HSV(B)291.04º94.37%27.84%-
XYZ3.111.536.09-
YUV28.68151.88151.05-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 44.85%
GREEN value IS 4 (1.95% from 255) = 2.94%
BLUE value IS 71 (28.12% from 255) = 52.21%
R=44.85%
G=2.94%
B=52.21%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal614710.140.9400.72291.0489.3314.71
Hex3D447E5E04812359f
Octal75410716136011044313117
Binary1111011001000111111010111100100100010010001110110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D0447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3D0447; }

 p { color: rgb(61,4,71); }

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

<style>
 a { background-color: #3D0447; }

 a { background-color: rgb(61,4,71); }

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

<style>
 span { border-color: #3D0447; }

 span { border-color: rgb(61,4,71); }

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