Html Css Color HEX #3F014C Blackcurrant

📋 copy color: '#3F014C'

red 63 ◦ green 1 ◦ blue 76

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

Shades of Blackcurrant #3F014C

Tints of Blackcurrant #3F014C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 54.29%

R = 45%
G = 0.71%
B = 54.29%

CMYK

 C value IS 0.17

 M value IS 0.99

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#3F014C (or 0x3F014C) is known color: Blackcurrant. HEX triplet: 3F, 01 and 4C. RGB value is (63,1,76). Sum of RGB (Red+Green+Blue) = 63+1+76=140 (18% of max value = 765). Red value is 63 (25% from 255 or 45% from 140); Green value is 1 (0.78% from 255 or 0.71% from 140); Blue value is 76 (30.08% from 255 or 54.29% from 140); Max value from RGB is 76 - color contains mainly: blue. Hex color #3F014C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F014C is #C0FEB3. Grayscale: #1B1B1B. Windows color (decimal): -12648116 or 4981055. OLE color: 4981055.

HSL color Cylindrical-coordinate representation of color #3F014C: hue angle of 289.6º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3F014C is Cyan = 0.17, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 63 1 76 -
CMYK 0.17 0.99 0 0.70
HSL 289.6º 0.97% 0.15% -
HSV(B) 289.6º 0.99% 0.3% -
XYZ 3.37 1.6 6.97 -
YUV 28.09 155.04 152.9 -
System Red Green Blue C M Y K H S L
Decimal 63 1 76 0.17 0.99 0 0.70 289.6 0.97 0.15
Hex 3F 1 4C 11 63 0 46 122 61 F
Octal 77 1 114 21 143 0 106 442 141 17
Binary 111111 1 1001100 10001 1100011 0 1000110 100100010 1100001 1111

Color Harmonies of #3F014C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F014C

Black with #3F014C

Text Example


Text Example

White with #3F014C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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