#3D044D

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

Shades of Blackcurrant #3D044D

Tints of Blackcurrant #3D044D

Color information

#3D044D (or 0x3D044D) is unknown color: approx Blackcurrant. HEX triplet: 3D, 04 and 4D. RGB value is (61,4,77). Sum of RGB (Red+Green+Blue) = 61+4+77=142 (18% of max value = 765). Red value is 61 (24.22% from 255 or 42.96% from 142); Green value is 4 (1.95% from 255 or 2.82% from 142); Blue value is 77 (30.47% from 255 or 54.23% from 142); Max value from RGB is 77 - color contains mainly: blue. Hex color #3D044D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3D044D is #C2FBB2. Grayscale: #1D1D1D. Windows color (decimal): -12778419 or 5047357. OLE color: 5047357.

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

Color convert

RGB61477-
CMYK0.210.9500.70
HSL286.85º90.12%15.88%-
HSV(B)286.85º94.81%30.2%-
XYZ3.311.617.16-
YUV29.36154.88150.56-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 42.96%
GREEN value IS 4 (1.95% from 255) = 2.82%
BLUE value IS 77 (30.47% from 255) = 54.23%
R=42.96%
G=2.82%
B=54.23%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal614770.210.9500.70286.8590.1215.88
Hex3D44D155F04611f5a10
Octal75411525137010643713220
Binary111101100100110110101101111101000110100011111101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D044D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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