Html Css Color HEX #3D0E49 Blackcurrant

📋 copy color: '#3D0E49'

red 61 ◦ green 14 ◦ blue 73

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

Shades of Blackcurrant #3D0E49

Tints of Blackcurrant #3D0E49

RGB

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

 GREEN value IS 14 (5.86% from 255) = 9.46%

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

R = 41.22%
G = 9.46%
B = 49.32%

CMYK

 C value IS 0.16

 M value IS 0.81

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#3D0E49 (or 0x3D0E49) is known color: Blackcurrant. HEX triplet: 3D, 0E and 49. RGB value is (61,14,73). Sum of RGB (Red+Green+Blue) = 61+14+73=148 (19% of max value = 765). Red value is 61 (24.22% from 255 or 41.22% from 148); Green value is 14 (5.86% from 255 or 9.46% from 148); Blue value is 73 (28.91% from 255 or 49.32% from 148); Max value from RGB is 73 - color contains mainly: blue. Hex color #3D0E49 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D0E49 is #C2F1B6. Grayscale: #222222. Windows color (decimal): -12775863 or 4787773. OLE color: 4787773.

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

Color convert

RGB 61 14 73 -
CMYK 0.16 0.81 0 0.71
HSL 287.8º 0.68% 0.17% -
HSV(B) 287.8º 0.81% 0.29% -
XYZ 3.28 1.79 6.48 -
YUV 34.78 149.57 146.7 -
System Red Green Blue C M Y K H S L
Decimal 61 14 73 0.16 0.81 0 0.71 287.8 0.68 0.17
Hex 3D E 49 10 51 0 47 120 44 11
Octal 75 16 111 20 121 0 107 440 104 21
Binary 111101 1110 1001001 10000 1010001 0 1000111 100100000 1000100 10001

Color Harmonies of #3D0E49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D0E49

Black with #3D0E49

Text Example


Text Example

White with #3D0E49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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