#3D074F

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

Shades of Blackcurrant #3D074F

Tints of Blackcurrant #3D074F

Color information

#3D074F (or 0x3D074F) is unknown color: approx Blackcurrant. HEX triplet: 3D, 07 and 4F. RGB value is (61,7,79). Sum of RGB (Red+Green+Blue) = 61+7+79=147 (19% of max value = 765). Red value is 61 (24.22% from 255 or 41.50% from 147); Green value is 7 (3.12% from 255 or 4.76% from 147); Blue value is 79 (31.25% from 255 or 53.74% from 147); Max value from RGB is 79 - color contains mainly: blue. Hex color #3D074F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3D074F is #C2F8B0. Grayscale: #1F1F1F. Windows color (decimal): -12777649 or 5179197. OLE color: 5179197.

HSL color Cylindrical-coordinate representation of color #3D074F: hue angle of 285º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3D074F is Cyan = 0.23, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB61779-
CMYK0.230.9100.69
HSL285º83.72%16.86%-
HSV(B)285º91.14%30.98%-
XYZ3.411.717.55-
YUV31.35154.89149.15-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 41.50%
GREEN value IS 7 (3.12% from 255) = 4.76%
BLUE value IS 79 (31.25% from 255) = 53.74%
R=41.50%
G=4.76%
B=53.74%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal617790.230.9100.6928583.7216.86
Hex3D74F175B04511d5411
Octal75711727133010543512421
Binary111101111100111110111101101101000101100011101101010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D074F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,7,79); }

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

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

 a { background-color: rgb(61,7,79); }

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

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

 span { border-color: rgb(61,7,79); }

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