Html Css Color HEX #3F0350 Blackcurrant

📋 copy color: '#3F0350'

red 63 ◦ green 3 ◦ blue 80

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

Shades of Blackcurrant #3F0350

Tints of Blackcurrant #3F0350

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.05%

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

R = 43.15%
G = 2.05%
B = 54.79%

CMYK

 C value IS 0.21

 M value IS 0.96

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#3F0350 (or 0x3F0350) is known color: Blackcurrant. HEX triplet: 3F, 03 and 50. RGB value is (63,3,80). Sum of RGB (Red+Green+Blue) = 63+3+80=146 (19% of max value = 765). Red value is 63 (25% from 255 or 43.15% from 146); Green value is 3 (1.56% from 255 or 2.05% from 146); Blue value is 80 (31.64% from 255 or 54.79% from 146); Max value from RGB is 80 - color contains mainly: blue. Hex color #3F0350 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F0350 is #C0FCAF. Grayscale: #1D1D1D. Windows color (decimal): -12647600 or 5243711. OLE color: 5243711.

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

Color convert

RGB 63 3 80 -
CMYK 0.21 0.96 0 0.69
HSL 286.75º 0.93% 0.16% -
HSV(B) 286.75º 0.96% 0.31% -
XYZ 3.53 1.7 7.73 -
YUV 29.72 156.38 151.74 -
System Red Green Blue C M Y K H S L
Decimal 63 3 80 0.21 0.96 0 0.69 286.75 0.93 0.16
Hex 3F 3 50 15 60 0 45 11F 5D 10
Octal 77 3 120 25 140 0 105 437 135 20
Binary 111111 11 1010000 10101 1100000 0 1000101 100011111 1011101 10000

Color Harmonies of #3F0350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F0350

Black with #3F0350

Text Example


Text Example

White with #3F0350

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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