Html Css Color HEX #3D044D Blackcurrant

📋 copy color: '#3D044D'

red 61 ◦ green 4 ◦ blue 77

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

Shades of Blackcurrant #3D044D

Tints of Blackcurrant #3D044D

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 value IS 0.21

 M value IS 0.95

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#3D044D (or 0x3D044D) is known color: 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

RGB 61 4 77 -
CMYK 0.21 0.95 0 0.70
HSL 286.85º 0.9% 0.16% -
HSV(B) 286.85º 0.95% 0.3% -
XYZ 3.31 1.61 7.16 -
YUV 29.37 154.88 150.56 -
System Red Green Blue C M Y K H S L
Decimal 61 4 77 0.21 0.95 0 0.70 286.85 0.9 0.16
Hex 3D 4 4D 15 5F 0 46 11F 5A 10
Octal 75 4 115 25 137 0 106 437 132 20
Binary 111101 100 1001101 10101 1011111 0 1000110 100011111 1011010 10000

Color Harmonies of #3D044D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D044D

Black with #3D044D

Text Example


Text Example

White with #3D044D

Text Example


Text Example

HTML Codes & Css Web 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>