Html Css Color HEX #3F0148 Blackcurrant

📋 copy color: '#3F0148'

red 63 ◦ green 1 ◦ blue 72

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

Shades of Blackcurrant #3F0148

Tints of Blackcurrant #3F0148

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.74%

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

R = 46.32%
G = 0.74%
B = 52.94%

CMYK

 C value IS 0.12

 M value IS 0.99

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#3F0148 (or 0x3F0148) is known color: Blackcurrant. HEX triplet: 3F, 01 and 48. RGB value is (63,1,72). Sum of RGB (Red+Green+Blue) = 63+1+72=136 (18% of max value = 765). Red value is 63 (25% from 255 or 46.32% from 136); Green value is 1 (0.78% from 255 or 0.74% from 136); Blue value is 72 (28.52% from 255 or 52.94% from 136); Max value from RGB is 72 - color contains mainly: blue. Hex color #3F0148 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F0148 is #C0FEB7. Grayscale: #1B1B1B. Windows color (decimal): -12648120 or 4718911. OLE color: 4718911.

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

Color convert

RGB 63 1 72 -
CMYK 0.12 0.99 0 0.72
HSL 292.39º 0.97% 0.14% -
HSV(B) 292.39º 0.99% 0.28% -
XYZ 3.23 1.55 6.26 -
YUV 27.63 153.04 153.23 -
System Red Green Blue C M Y K H S L
Decimal 63 1 72 0.12 0.99 0 0.72 292.39 0.97 0.14
Hex 3F 1 48 C 63 0 48 124 61 E
Octal 77 1 110 14 143 0 110 444 141 16
Binary 111111 1 1001000 1100 1100011 0 1001000 100100100 1100001 1110

Color Harmonies of #3F0148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F0148

Black with #3F0148

Text Example


Text Example

White with #3F0148

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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