#3D064D

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

Shades of Blackcurrant #3D064D

Tints of Blackcurrant #3D064D

Color information

#3D064D (or 0x3D064D) is unknown color: approx Blackcurrant. HEX triplet: 3D, 06 and 4D. RGB value is (61,6,77). Sum of RGB (Red+Green+Blue) = 61+6+77=144 (19% of max value = 765). Red value is 61 (24.22% from 255 or 42.36% from 144); Green value is 6 (2.73% from 255 or 4.17% from 144); Blue value is 77 (30.47% from 255 or 53.47% from 144); Max value from RGB is 77 - color contains mainly: blue. Hex color #3D064D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3D064D is #C2F9B2. Grayscale: #1E1E1E. Windows color (decimal): -12777907 or 5047869. OLE color: 5047869.

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

Color convert

RGB61677-
CMYK0.210.9200.70
HSL286.48º85.54%16.27%-
HSV(B)286.48º92.21%30.2%-
XYZ3.331.667.17-
YUV30.54154.22149.73-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 42.36%
GREEN value IS 6 (2.73% from 255) = 4.17%
BLUE value IS 77 (30.47% from 255) = 53.47%
R=42.36%
G=4.17%
B=53.47%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal616770.210.9200.70286.4885.5416.27
Hex3D64D155C04611e5610
Octal75611525134010643612620
Binary111101110100110110101101110001000110100011110101011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D064D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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