Html Css Color HEX #3F134D Blackcurrant

📋 copy color: '#3F134D'

red 63 ◦ green 19 ◦ blue 77

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

Shades of Blackcurrant #3F134D

Tints of Blackcurrant #3F134D

RGB

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

 GREEN value IS 19 (7.81% from 255) = 11.95%

 BLUE value IS 77 (30.47% from 255) = 48.43%

R = 39.62%
G = 11.95%
B = 48.43%

CMYK

 C value IS 0.18

 M value IS 0.75

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#3F134D (or 0x3F134D) is known color: Blackcurrant. HEX triplet: 3F, 13 and 4D. RGB value is (63,19,77). Sum of RGB (Red+Green+Blue) = 63+19+77=159 (21% of max value = 765). Red value is 63 (25% from 255 or 39.62% from 159); Green value is 19 (7.81% from 255 or 11.95% from 159); Blue value is 77 (30.47% from 255 or 48.43% from 159); Max value from RGB is 77 - color contains mainly: blue. Hex color #3F134D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F134D is #C0ECB2. Grayscale: #262626. Windows color (decimal): -12643507 or 5051199. OLE color: 5051199.

HSL color Cylindrical-coordinate representation of color #3F134D: hue angle of 285.52º degrees, saturation: 0.6, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3F134D is Cyan = 0.18, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 63 19 77 -
CMYK 0.18 0.75 0 0.70
HSL 285.52º 0.6% 0.19% -
HSV(B) 285.52º 0.75% 0.3% -
XYZ 3.62 2.06 7.23 -
YUV 38.77 149.58 145.28 -
System Red Green Blue C M Y K H S L
Decimal 63 19 77 0.18 0.75 0 0.70 285.52 0.6 0.19
Hex 3F 13 4D 12 4B 0 46 11E 3C 13
Octal 77 23 115 22 113 0 106 436 74 23
Binary 111111 10011 1001101 10010 1001011 0 1000110 100011110 111100 10011

Color Harmonies of #3F134D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F134D

Black with #3F134D

Text Example


Text Example

White with #3F134D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,19,77); }

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

background-color css

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

 a { background-color: rgb(63,19,77); }

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

border-color css

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

 span { border-color: rgb(63,19,77); }

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