#3D0444

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

Shades of Blackcurrant #3D0444

Tints of Blackcurrant #3D0444

Color information

#3D0444 (or 0x3D0444) is unknown color: approx Blackcurrant. HEX triplet: 3D, 04 and 44. RGB value is (61,4,68). Sum of RGB (Red+Green+Blue) = 61+4+68=133 (17% of max value = 765). Red value is 61 (24.22% from 255 or 45.86% from 133); Green value is 4 (1.95% from 255 or 3.01% from 133); Blue value is 68 (26.95% from 255 or 51.13% from 133); Max value from RGB is 68 - color contains mainly: blue. Hex color #3D0444 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D0444 is #C2FBBB. Grayscale: #1C1C1C. Windows color (decimal): -12778428 or 4457533. OLE color: 4457533.

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

Color convert

RGB61468-
CMYK0.100.9400.73
HSL293.44º88.89%14.12%-
HSV(B)293.44º94.12%26.67%-
XYZ3.011.55.6-
YUV28.34150.38151.3-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 45.86%
GREEN value IS 4 (1.95% from 255) = 3.01%
BLUE value IS 68 (26.95% from 255) = 51.13%
R=45.86%
G=3.01%
B=51.13%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal614680.100.9400.73293.4488.8914.12
Hex3D444A5E04912559e
Octal75410412136011144513116
Binary1111011001000100101010111100100100110010010110110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D0444

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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