Html Css Color HEX #3F0059 Blackcurrant

📋 copy color: '#3F0059'

red 63 ◦ green 0 ◦ blue 89

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

Shades of Blackcurrant #3F0059

Tints of Blackcurrant #3F0059

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 89 (35.16% from 255) = 58.55%

R = 41.45%
G = 0%
B = 58.55%

CMYK

 C value IS 0.29

 M value IS 1

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#3F0059 (or 0x3F0059) is known color: Blackcurrant. HEX triplet: 3F, 00 and 59. RGB value is (63,0,89). Sum of RGB (Red+Green+Blue) = 63+0+89=152 (20% of max value = 765). Red value is 63 (25% from 255 or 41.45% from 152); Green value is 0 (0.39% from 255 or 0% from 152); Blue value is 89 (35.16% from 255 or 58.55% from 152); Max value from RGB is 89 - color contains mainly: blue. Hex color #3F0059 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F0059 is #C0FFA6. Grayscale: #1C1C1C. Windows color (decimal): -12648359 or 5832767. OLE color: 5832767.

HSL color Cylindrical-coordinate representation of color #3F0059: hue angle of 282.47º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3F0059 is Cyan = 0.29, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 63 0 89 -
CMYK 0.29 1 0 0.65
HSL 282.47º 1% 0.17% -
HSV(B) 282.47º 1% 0.35% -
XYZ 3.85 1.78 9.59 -
YUV 28.98 161.87 152.26 -
System Red Green Blue C M Y K H S L
Decimal 63 0 89 0.29 1 0 0.65 282.47 1 0.17
Hex 3F 0 59 1D 64 0 41 11A 64 11
Octal 77 0 131 35 144 0 101 432 144 21
Binary 111111 0 1011001 11101 1100100 0 1000001 100011010 1100100 10001

Color Harmonies of #3F0059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F0059

Black with #3F0059

Text Example


Text Example

White with #3F0059

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,0,89); }

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

background-color css

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

 a { background-color: rgb(63,0,89); }

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

border-color css

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

 span { border-color: rgb(63,0,89); }

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