Html Css Color HEX #3F014B Blackcurrant

📋 copy color: '#3F014B'

red 63 ◦ green 1 ◦ blue 75

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

Shades of Blackcurrant #3F014B

Tints of Blackcurrant #3F014B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 53.96%

R = 45.32%
G = 0.72%
B = 53.96%

CMYK

 C value IS 0.16

 M value IS 0.99

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#3F014B (or 0x3F014B) is known color: Blackcurrant. HEX triplet: 3F, 01 and 4B. RGB value is (63,1,75). Sum of RGB (Red+Green+Blue) = 63+1+75=139 (18% of max value = 765). Red value is 63 (25% from 255 or 45.32% from 139); Green value is 1 (0.78% from 255 or 0.72% from 139); Blue value is 75 (29.69% from 255 or 53.96% from 139); Max value from RGB is 75 - color contains mainly: blue. Hex color #3F014B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F014B is #C0FEB4. Grayscale: #1B1B1B. Windows color (decimal): -12648117 or 4915519. OLE color: 4915519.

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

Color convert

RGB 63 1 75 -
CMYK 0.16 0.99 0 0.71
HSL 290.27º 0.97% 0.15% -
HSV(B) 290.27º 0.99% 0.29% -
XYZ 3.33 1.59 6.79 -
YUV 27.97 154.54 152.98 -
System Red Green Blue C M Y K H S L
Decimal 63 1 75 0.16 0.99 0 0.71 290.27 0.97 0.15
Hex 3F 1 4B 10 63 0 47 122 61 F
Octal 77 1 113 20 143 0 107 442 141 17
Binary 111111 1 1001011 10000 1100011 0 1000111 100100010 1100001 1111

Color Harmonies of #3F014B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F014B

Black with #3F014B

Text Example


Text Example

White with #3F014B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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