#3d074c

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

Shades of Blackcurrant #3D074C

Tints of Blackcurrant #3D074C

Color information

#3D074C (or 0x3D074C) is unknown color: approx Blackcurrant. HEX triplet: 3D, 07 and 4C. RGB value is (61,7,76). Sum of RGB (Red+Green+Blue) = 61+7+76=144 (19% of max value = 765). Red value is 61 (24.22% from 255 or 42.36% from 144); Green value is 7 (3.12% from 255 or 4.86% from 144); Blue value is 76 (30.08% from 255 or 52.78% from 144); Max value from RGB is 76 - color contains mainly: blue. Hex color #3D074C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D074C is #C2F8B3. Grayscale: #1E1E1E. Windows color (decimal): -12777652 or 4982589. OLE color: 4982589.

HSL color Cylindrical-coordinate representation of color #3D074C: hue angle of 286.96º degrees, saturation: 0.83, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3D074C is Cyan = 0.20, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB61776-
CMYK0.200.9100.70
HSL286.96º83.13%16.27%-
HSV(B)286.96º90.79%29.8%-
XYZ3.31.676.98-
YUV31.01153.39149.39-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 42.36%
GREEN value IS 7 (3.12% from 255) = 4.86%
BLUE value IS 76 (30.08% from 255) = 52.78%
R=42.36%
G=4.86%
B=52.78%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal617760.200.9100.70286.9683.1316.27
Hex3D74C145B04611f5310
Octal75711424133010643712320
Binary111101111100110010100101101101000110100011111101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3d074c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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