Html Css Color HEX #3F114F Blackcurrant

📋 copy color: '#3F114F'

red 63 ◦ green 17 ◦ blue 79

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

Shades of Blackcurrant #3F114F

Tints of Blackcurrant #3F114F

RGB

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

 GREEN value IS 17 (7.03% from 255) = 10.69%

 BLUE value IS 79 (31.25% from 255) = 49.69%

R = 39.62%
G = 10.69%
B = 49.69%

CMYK

 C value IS 0.20

 M value IS 0.78

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#3F114F (or 0x3F114F) is known color: Blackcurrant. HEX triplet: 3F, 11 and 4F. RGB value is (63,17,79). Sum of RGB (Red+Green+Blue) = 63+17+79=159 (21% of max value = 765). Red value is 63 (25% from 255 or 39.62% from 159); Green value is 17 (7.03% from 255 or 10.69% from 159); Blue value is 79 (31.25% from 255 or 49.69% from 159); Max value from RGB is 79 - color contains mainly: blue. Hex color #3F114F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F114F is #C0EEB0. Grayscale: #252525. Windows color (decimal): -12644017 or 5181759. OLE color: 5181759.

HSL color Cylindrical-coordinate representation of color #3F114F: hue angle of 284.52º degrees, saturation: 0.65, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3F114F is Cyan = 0.20, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 63 17 79 -
CMYK 0.20 0.78 0 0.69
HSL 284.52º 0.65% 0.19% -
HSV(B) 284.52º 0.78% 0.31% -
XYZ 3.66 2.02 7.59 -
YUV 37.82 151.24 145.96 -
System Red Green Blue C M Y K H S L
Decimal 63 17 79 0.20 0.78 0 0.69 284.52 0.65 0.19
Hex 3F 11 4F 14 4E 0 45 11D 41 13
Octal 77 21 117 24 116 0 105 435 101 23
Binary 111111 10001 1001111 10100 1001110 0 1000101 100011101 1000001 10011

Color Harmonies of #3F114F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F114F

Black with #3F114F

Text Example


Text Example

White with #3F114F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,17,79); }

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

background-color css

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

 a { background-color: rgb(63,17,79); }

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

border-color css

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

 span { border-color: rgb(63,17,79); }

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