Html Css Color HEX #3F0250 Blackcurrant

📋 copy color: '#3F0250'

red 63 ◦ green 2 ◦ blue 80

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

Shades of Blackcurrant #3F0250

Tints of Blackcurrant #3F0250

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 55.17%

R = 43.45%
G = 1.38%
B = 55.17%

CMYK

 C value IS 0.21

 M value IS 0.98

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#3F0250 (or 0x3F0250) is known color: Blackcurrant. HEX triplet: 3F, 02 and 50. RGB value is (63,2,80). Sum of RGB (Red+Green+Blue) = 63+2+80=145 (19% of max value = 765). Red value is 63 (25% from 255 or 43.45% from 145); Green value is 2 (1.17% from 255 or 1.38% from 145); Blue value is 80 (31.64% from 255 or 55.17% from 145); Max value from RGB is 80 - color contains mainly: blue. Hex color #3F0250 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F0250 is #C0FDAF. Grayscale: #1C1C1C. Windows color (decimal): -12647856 or 5243455. OLE color: 5243455.

HSL color Cylindrical-coordinate representation of color #3F0250: hue angle of 286.92º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3F0250 is Cyan = 0.21, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 63 2 80 -
CMYK 0.21 0.98 0 0.69
HSL 286.92º 0.95% 0.16% -
HSV(B) 286.92º 0.98% 0.31% -
XYZ 3.52 1.68 7.73 -
YUV 29.13 156.71 152.16 -
System Red Green Blue C M Y K H S L
Decimal 63 2 80 0.21 0.98 0 0.69 286.92 0.95 0.16
Hex 3F 2 50 15 62 0 45 11F 5F 10
Octal 77 2 120 25 142 0 105 437 137 20
Binary 111111 10 1010000 10101 1100010 0 1000101 100011111 1011111 10000

Color Harmonies of #3F0250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F0250

Black with #3F0250

Text Example


Text Example

White with #3F0250

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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