Html Css Color HEX #3D1049 Blackcurrant

📋 copy color: '#3D1049'

red 61 ◦ green 16 ◦ blue 73

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

Shades of Blackcurrant #3D1049

Tints of Blackcurrant #3D1049

RGB

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

 GREEN value IS 16 (6.64% from 255) = 10.67%

 BLUE value IS 73 (28.91% from 255) = 48.67%

R = 40.67%
G = 10.67%
B = 48.67%

CMYK

 C value IS 0.16

 M value IS 0.78

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#3D1049 (or 0x3D1049) is known color: Blackcurrant. HEX triplet: 3D, 10 and 49. RGB value is (61,16,73). Sum of RGB (Red+Green+Blue) = 61+16+73=150 (19% of max value = 765). Red value is 61 (24.22% from 255 or 40.67% from 150); Green value is 16 (6.64% from 255 or 10.67% from 150); Blue value is 73 (28.91% from 255 or 48.67% from 150); Max value from RGB is 73 - color contains mainly: blue. Hex color #3D1049 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D1049 is #C2EFB6. Grayscale: #232323. Windows color (decimal): -12775351 or 4788285. OLE color: 4788285.

HSL color Cylindrical-coordinate representation of color #3D1049: hue angle of 287.37º degrees, saturation: 0.64, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3D1049 is Cyan = 0.16, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 61 16 73 -
CMYK 0.16 0.78 0 0.71
HSL 287.37º 0.64% 0.17% -
HSV(B) 287.37º 0.78% 0.29% -
XYZ 3.31 1.84 6.48 -
YUV 35.95 148.91 145.87 -
System Red Green Blue C M Y K H S L
Decimal 61 16 73 0.16 0.78 0 0.71 287.37 0.64 0.17
Hex 3D 10 49 10 4E 0 47 11F 40 11
Octal 75 20 111 20 116 0 107 437 100 21
Binary 111101 10000 1001001 10000 1001110 0 1000111 100011111 1000000 10001

Color Harmonies of #3D1049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D1049

Black with #3D1049

Text Example


Text Example

White with #3D1049

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,16,73); }

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

background-color css

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

 a { background-color: rgb(61,16,73); }

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

border-color css

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

 span { border-color: rgb(61,16,73); }

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