Html Css Color HEX #3F124E Blackcurrant

📋 copy color: '#3F124E'

red 63 ◦ green 18 ◦ blue 78

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

Shades of Blackcurrant #3F124E

Tints of Blackcurrant #3F124E

RGB

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

 GREEN value IS 18 (7.42% from 255) = 11.32%

 BLUE value IS 78 (30.86% from 255) = 49.06%

R = 39.62%
G = 11.32%
B = 49.06%

CMYK

 C value IS 0.19

 M value IS 0.77

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#3F124E (or 0x3F124E) is known color: Blackcurrant. HEX triplet: 3F, 12 and 4E. RGB value is (63,18,78). Sum of RGB (Red+Green+Blue) = 63+18+78=159 (21% of max value = 765). Red value is 63 (25% from 255 or 39.62% from 159); Green value is 18 (7.42% from 255 or 11.32% from 159); Blue value is 78 (30.86% from 255 or 49.06% from 159); Max value from RGB is 78 - color contains mainly: blue. Hex color #3F124E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F124E is #C0EDB1. Grayscale: #262626. Windows color (decimal): -12643762 or 5116479. OLE color: 5116479.

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

Color convert

RGB 63 18 78 -
CMYK 0.19 0.77 0 0.69
HSL 285º 0.63% 0.19% -
HSV(B) 285º 0.77% 0.31% -
XYZ 3.64 2.04 7.41 -
YUV 38.3 150.41 145.62 -
System Red Green Blue C M Y K H S L
Decimal 63 18 78 0.19 0.77 0 0.69 285 0.63 0.19
Hex 3F 12 4E 13 4D 0 45 11D 3E 13
Octal 77 22 116 23 115 0 105 435 76 23
Binary 111111 10010 1001110 10011 1001101 0 1000101 100011101 111110 10011

Color Harmonies of #3F124E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F124E

Black with #3F124E

Text Example


Text Example

White with #3F124E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,18,78); }

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

background-color css

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

 a { background-color: rgb(63,18,78); }

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

border-color css

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

 span { border-color: rgb(63,18,78); }

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