Html Css Color HEX #3F0259 Blackcurrant

📋 copy color: '#3F0259'

red 63 ◦ green 2 ◦ blue 89

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

Shades of Blackcurrant #3F0259

Tints of Blackcurrant #3F0259

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.3%

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

R = 40.91%
G = 1.3%
B = 57.79%

CMYK

 C value IS 0.29

 M value IS 0.98

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#3F0259 (or 0x3F0259) is known color: Blackcurrant. HEX triplet: 3F, 02 and 59. RGB value is (63,2,89). Sum of RGB (Red+Green+Blue) = 63+2+89=154 (20% of max value = 765). Red value is 63 (25% from 255 or 40.91% from 154); Green value is 2 (1.17% from 255 or 1.30% from 154); Blue value is 89 (35.16% from 255 or 57.79% from 154); Max value from RGB is 89 - color contains mainly: blue. Hex color #3F0259 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F0259 is #C0FDA6. Grayscale: #1D1D1D. Windows color (decimal): -12647847 or 5833279. OLE color: 5833279.

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

Color convert

RGB 63 2 89 -
CMYK 0.29 0.98 0 0.65
HSL 282.07º 0.96% 0.18% -
HSV(B) 282.07º 0.98% 0.35% -
XYZ 3.87 1.82 9.6 -
YUV 30.16 161.21 151.43 -
System Red Green Blue C M Y K H S L
Decimal 63 2 89 0.29 0.98 0 0.65 282.07 0.96 0.18
Hex 3F 2 59 1D 62 0 41 11A 60 12
Octal 77 2 131 35 142 0 101 432 140 22
Binary 111111 10 1011001 11101 1100010 0 1000001 100011010 1100000 10010

Color Harmonies of #3F0259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F0259

Black with #3F0259

Text Example


Text Example

White with #3F0259

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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