Html Css Color HEX #3F0448 Blackcurrant

📋 copy color: '#3F0448'

red 63 ◦ green 4 ◦ blue 72

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

Shades of Blackcurrant #3F0448

Tints of Blackcurrant #3F0448

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.88%

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

R = 45.32%
G = 2.88%
B = 51.8%

CMYK

 C value IS 0.12

 M value IS 0.94

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#3F0448 (or 0x3F0448) is known color: Blackcurrant. HEX triplet: 3F, 04 and 48. RGB value is (63,4,72). Sum of RGB (Red+Green+Blue) = 63+4+72=139 (18% of max value = 765). Red value is 63 (25% from 255 or 45.32% from 139); Green value is 4 (1.95% from 255 or 2.88% from 139); Blue value is 72 (28.52% from 255 or 51.80% from 139); Max value from RGB is 72 - color contains mainly: blue. Hex color #3F0448 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F0448 is #C0FBB7. Grayscale: #1D1D1D. Windows color (decimal): -12647352 or 4719679. OLE color: 4719679.

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

Color convert

RGB 63 4 72 -
CMYK 0.12 0.94 0 0.72
HSL 292.06º 0.89% 0.15% -
HSV(B) 292.06º 0.94% 0.28% -
XYZ 3.26 1.61 6.27 -
YUV 29.39 152.05 151.97 -
System Red Green Blue C M Y K H S L
Decimal 63 4 72 0.12 0.94 0 0.72 292.06 0.89 0.15
Hex 3F 4 48 C 5E 0 48 124 59 F
Octal 77 4 110 14 136 0 110 444 131 17
Binary 111111 100 1001000 1100 1011110 0 1001000 100100100 1011001 1111

Color Harmonies of #3F0448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F0448

Black with #3F0448

Text Example


Text Example

White with #3F0448

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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