#3D0144

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

Shades of Blackcurrant #3D0144

Tints of Blackcurrant #3D0144

Color information

#3D0144 (or 0x3D0144) is unknown color: approx Blackcurrant. HEX triplet: 3D, 01 and 44. RGB value is (61,1,68). Sum of RGB (Red+Green+Blue) = 61+1+68=130 (17% of max value = 765). Red value is 61 (24.22% from 255 or 46.92% from 130); Green value is 1 (0.78% from 255 or 0.77% from 130); Blue value is 68 (26.95% from 255 or 52.31% from 130); Max value from RGB is 68 - color contains mainly: blue. Hex color #3D0144 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D0144 is #C2FEBB. Grayscale: #1A1A1A. Windows color (decimal): -12779196 or 4456765. OLE color: 4456765.

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

Color convert

RGB61168-
CMYK0.100.9900.73
HSL293.73º97.1%13.53%-
HSV(B)293.73º98.53%26.67%-
XYZ2.981.435.59-
YUV26.58151.38152.55-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 46.92%
GREEN value IS 1 (0.78% from 255) = 0.77%
BLUE value IS 68 (26.95% from 255) = 52.31%
R=46.92%
G=0.77%
B=52.31%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal611680.100.9900.73293.7397.113.53
Hex3D144A6304912661e
Octal75110412143011144614116
Binary11110111000100101011000110100100110010011011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D0144

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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