Html Css Color HEX #3D074D Blackcurrant

📋 copy color: '#3D074D'

red 61 ◦ green 7 ◦ blue 77

#3D074D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blackcurrant #3D074D

Tints of Blackcurrant #3D074D

RGB

 RED value IS 61 (24.22% from 255) = 42.07%

 GREEN value IS 7 (3.13% from 255) = 4.83%

 BLUE value IS 77 (30.47% from 255) = 53.1%

R = 42.07%
G = 4.83%
B = 53.1%

CMYK

 C value IS 0.21

 M value IS 0.91

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#3D074D (or 0x3D074D) is known color: Blackcurrant. HEX triplet: 3D, 07 and 4D. RGB value is (61,7,77). Sum of RGB (Red+Green+Blue) = 61+7+77=145 (19% of max value = 765). Red value is 61 (24.22% from 255 or 42.07% from 145); Green value is 7 (3.12% from 255 or 4.83% from 145); Blue value is 77 (30.47% from 255 or 53.10% from 145); Max value from RGB is 77 - color contains mainly: blue. Hex color #3D074D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3D074D is #C2F8B2. Grayscale: #1E1E1E. Windows color (decimal): -12777651 or 5048125. OLE color: 5048125.

HSL color Cylindrical-coordinate representation of color #3D074D: hue angle of 286.29º 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 #3D074D is Cyan = 0.21, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 61 7 77 -
CMYK 0.21 0.91 0 0.70
HSL 286.29º 0.83% 0.16% -
HSV(B) 286.29º 0.91% 0.3% -
XYZ 3.34 1.68 7.17 -
YUV 31.13 153.89 149.31 -
System Red Green Blue C M Y K H S L
Decimal 61 7 77 0.21 0.91 0 0.70 286.29 0.83 0.16
Hex 3D 7 4D 15 5B 0 46 11E 53 10
Octal 75 7 115 25 133 0 106 436 123 20
Binary 111101 111 1001101 10101 1011011 0 1000110 100011110 1010011 10000

Color Harmonies of #3D074D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D074D

Black with #3D074D

Text Example


Text Example

White with #3D074D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #3D074D;
 }
 .AnyTagClassName
 {
   color: #3D074D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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