Html Css Color HEX #3F1448 Blackcurrant

📋 copy color: '#3F1448'

red 63 ◦ green 20 ◦ blue 72

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

Shades of Blackcurrant #3F1448

Tints of Blackcurrant #3F1448

RGB

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

 GREEN value IS 20 (8.2% from 255) = 12.9%

 BLUE value IS 72 (28.52% from 255) = 46.45%

R = 40.65%
G = 12.9%
B = 46.45%

CMYK

 C value IS 0.12

 M value IS 0.72

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#3F1448 (or 0x3F1448) is known color: Blackcurrant. HEX triplet: 3F, 14 and 48. RGB value is (63,20,72). Sum of RGB (Red+Green+Blue) = 63+20+72=155 (20% of max value = 765). Red value is 63 (25% from 255 or 40.65% from 155); Green value is 20 (8.20% from 255 or 12.90% from 155); Blue value is 72 (28.52% from 255 or 46.45% from 155); Max value from RGB is 72 - color contains mainly: blue. Hex color #3F1448 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F1448 is #C0EBB7. Grayscale: #262626. Windows color (decimal): -12643256 or 4723775. OLE color: 4723775.

HSL color Cylindrical-coordinate representation of color #3F1448: hue angle of 289.62º degrees, saturation: 0.57, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3F1448 is Cyan = 0.12, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 63 20 72 -
CMYK 0.12 0.72 0 0.72
HSL 289.62º 0.57% 0.18% -
HSV(B) 289.62º 0.72% 0.28% -
XYZ 3.47 2.02 6.34 -
YUV 38.79 146.75 145.27 -
System Red Green Blue C M Y K H S L
Decimal 63 20 72 0.12 0.72 0 0.72 289.62 0.57 0.18
Hex 3F 14 48 C 48 0 48 122 39 12
Octal 77 24 110 14 110 0 110 442 71 22
Binary 111111 10100 1001000 1100 1001000 0 1001000 100100010 111001 10010

Color Harmonies of #3F1448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F1448

Black with #3F1448

Text Example


Text Example

White with #3F1448

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,20,72); }

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

background-color css

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

 a { background-color: rgb(63,20,72); }

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

border-color css

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

 span { border-color: rgb(63,20,72); }

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