Html Css Color HEX #3F0949 Blackcurrant

📋 copy color: '#3F0949'

red 63 ◦ green 9 ◦ blue 73

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

Shades of Blackcurrant #3F0949

Tints of Blackcurrant #3F0949

RGB

 RED value IS 63 (25% from 255) = 43.45%

 GREEN value IS 9 (3.91% from 255) = 6.21%

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

R = 43.45%
G = 6.21%
B = 50.34%

CMYK

 C value IS 0.14

 M value IS 0.88

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#3F0949 (or 0x3F0949) is known color: Blackcurrant. HEX triplet: 3F, 09 and 49. RGB value is (63,9,73). Sum of RGB (Red+Green+Blue) = 63+9+73=145 (19% of max value = 765). Red value is 63 (25% from 255 or 43.45% from 145); Green value is 9 (3.91% from 255 or 6.21% from 145); Blue value is 73 (28.91% from 255 or 50.34% from 145); Max value from RGB is 73 - color contains mainly: blue. Hex color #3F0949 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F0949 is #C0F6B6. Grayscale: #202020. Windows color (decimal): -12646071 or 4786495. OLE color: 4786495.

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

Color convert

RGB 63 9 73 -
CMYK 0.14 0.88 0 0.71
HSL 290.63º 0.78% 0.16% -
HSV(B) 290.63º 0.88% 0.29% -
XYZ 3.35 1.73 6.46 -
YUV 32.44 150.89 149.8 -
System Red Green Blue C M Y K H S L
Decimal 63 9 73 0.14 0.88 0 0.71 290.63 0.78 0.16
Hex 3F 9 49 E 58 0 47 123 4E 10
Octal 77 11 111 16 130 0 107 443 116 20
Binary 111111 1001 1001001 1110 1011000 0 1000111 100100011 1001110 10000

Color Harmonies of #3F0949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F0949

Black with #3F0949

Text Example


Text Example

White with #3F0949

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,9,73); }

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

background-color css

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

 a { background-color: rgb(63,9,73); }

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

border-color css

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

 span { border-color: rgb(63,9,73); }

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