Html Css Color HEX #3F1148 Blackcurrant

📋 copy color: '#3F1148'

red 63 ◦ green 17 ◦ blue 72

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

Shades of Blackcurrant #3F1148

Tints of Blackcurrant #3F1148

RGB

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

 GREEN value IS 17 (7.03% from 255) = 11.18%

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

R = 41.45%
G = 11.18%
B = 47.37%

CMYK

 C value IS 0.12

 M value IS 0.76

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#3F1148 (or 0x3F1148) is known color: Blackcurrant. HEX triplet: 3F, 11 and 48. RGB value is (63,17,72). Sum of RGB (Red+Green+Blue) = 63+17+72=152 (20% of max value = 765). Red value is 63 (25% from 255 or 41.45% from 152); Green value is 17 (7.03% from 255 or 11.18% from 152); Blue value is 72 (28.52% from 255 or 47.37% from 152); Max value from RGB is 72 - color contains mainly: blue. Hex color #3F1148 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F1148 is #C0EEB7. Grayscale: #242424. Windows color (decimal): -12644024 or 4723007. OLE color: 4723007.

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

Color convert

RGB 63 17 72 -
CMYK 0.12 0.76 0 0.72
HSL 290.18º 0.62% 0.17% -
HSV(B) 290.18º 0.76% 0.28% -
XYZ 3.42 1.93 6.32 -
YUV 37.02 147.74 146.53 -
System Red Green Blue C M Y K H S L
Decimal 63 17 72 0.12 0.76 0 0.72 290.18 0.62 0.17
Hex 3F 11 48 C 4C 0 48 122 3E 11
Octal 77 21 110 14 114 0 110 442 76 21
Binary 111111 10001 1001000 1100 1001100 0 1001000 100100010 111110 10001

Color Harmonies of #3F1148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F1148

Black with #3F1148

Text Example


Text Example

White with #3F1148

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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