Html Css Color HEX #3F0850 Blackcurrant

📋 copy color: '#3F0850'

red 63 ◦ green 8 ◦ blue 80

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

Shades of Blackcurrant #3F0850

Tints of Blackcurrant #3F0850

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.3%

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

R = 41.72%
G = 5.3%
B = 52.98%

CMYK

 C value IS 0.21

 M value IS 0.90

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#3F0850 (or 0x3F0850) is known color: Blackcurrant. HEX triplet: 3F, 08 and 50. RGB value is (63,8,80). Sum of RGB (Red+Green+Blue) = 63+8+80=151 (20% of max value = 765). Red value is 63 (25% from 255 or 41.72% from 151); Green value is 8 (3.52% from 255 or 5.30% from 151); Blue value is 80 (31.64% from 255 or 52.98% from 151); Max value from RGB is 80 - color contains mainly: blue. Hex color #3F0850 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F0850 is #C0F7AF. Grayscale: #202020. Windows color (decimal): -12646320 or 5244991. OLE color: 5244991.

HSL color Cylindrical-coordinate representation of color #3F0850: hue angle of 285.83º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3F0850 is Cyan = 0.21, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 63 8 80 -
CMYK 0.21 0.90 0 0.69
HSL 285.83º 0.82% 0.17% -
HSV(B) 285.83º 0.9% 0.31% -
XYZ 3.58 1.81 7.75 -
YUV 32.65 154.72 149.65 -
System Red Green Blue C M Y K H S L
Decimal 63 8 80 0.21 0.90 0 0.69 285.83 0.82 0.17
Hex 3F 8 50 15 5A 0 45 11E 52 11
Octal 77 10 120 25 132 0 105 436 122 21
Binary 111111 1000 1010000 10101 1011010 0 1000101 100011110 1010010 10001

Color Harmonies of #3F0850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F0850

Black with #3F0850

Text Example


Text Example

White with #3F0850

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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