Html Css Color HEX #3F1649 Blackcurrant

📋 copy color: '#3F1649'

red 63 ◦ green 22 ◦ blue 73

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

Shades of Blackcurrant #3F1649

Tints of Blackcurrant #3F1649

RGB

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

 GREEN value IS 22 (8.98% from 255) = 13.92%

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

R = 39.87%
G = 13.92%
B = 46.2%

CMYK

 C value IS 0.14

 M value IS 0.70

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#3F1649 (or 0x3F1649) is known color: Blackcurrant. HEX triplet: 3F, 16 and 49. RGB value is (63,22,73). Sum of RGB (Red+Green+Blue) = 63+22+73=158 (20% of max value = 765). Red value is 63 (25% from 255 or 39.87% from 158); Green value is 22 (8.98% from 255 or 13.92% from 158); Blue value is 73 (28.91% from 255 or 46.20% from 158); Max value from RGB is 73 - color contains mainly: blue. Hex color #3F1649 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F1649 is #C0E9B6. Grayscale: #272727. Windows color (decimal): -12642743 or 4789823. OLE color: 4789823.

HSL color Cylindrical-coordinate representation of color #3F1649: hue angle of 288.24º degrees, saturation: 0.54, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3F1649 is Cyan = 0.14, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 63 22 73 -
CMYK 0.14 0.70 0 0.71
HSL 288.24º 0.54% 0.19% -
HSV(B) 288.24º 0.7% 0.29% -
XYZ 3.54 2.11 6.52 -
YUV 40.07 146.58 144.35 -
System Red Green Blue C M Y K H S L
Decimal 63 22 73 0.14 0.70 0 0.71 288.24 0.54 0.19
Hex 3F 16 49 E 46 0 47 120 36 13
Octal 77 26 111 16 106 0 107 440 66 23
Binary 111111 10110 1001001 1110 1000110 0 1000111 100100000 110110 10011

Color Harmonies of #3F1649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F1649

Black with #3F1649

Text Example


Text Example

White with #3F1649

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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