Html Css Color HEX #3F144C Blackcurrant

📋 copy color: '#3F144C'

red 63 ◦ green 20 ◦ blue 76

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

Shades of Blackcurrant #3F144C

Tints of Blackcurrant #3F144C

RGB

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

 GREEN value IS 20 (8.2% from 255) = 12.58%

 BLUE value IS 76 (30.08% from 255) = 47.8%

R = 39.62%
G = 12.58%
B = 47.8%

CMYK

 C value IS 0.17

 M value IS 0.74

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#3F144C (or 0x3F144C) is known color: Blackcurrant. HEX triplet: 3F, 14 and 4C. RGB value is (63,20,76). Sum of RGB (Red+Green+Blue) = 63+20+76=159 (21% of max value = 765). Red value is 63 (25% from 255 or 39.62% from 159); Green value is 20 (8.20% from 255 or 12.58% from 159); Blue value is 76 (30.08% from 255 or 47.80% from 159); Max value from RGB is 76 - color contains mainly: blue. Hex color #3F144C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F144C is #C0EBB3. Grayscale: #272727. Windows color (decimal): -12643252 or 4985919. OLE color: 4985919.

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

Color convert

RGB 63 20 76 -
CMYK 0.17 0.74 0 0.70
HSL 286.07º 0.58% 0.19% -
HSV(B) 286.07º 0.74% 0.3% -
XYZ 3.6 2.08 7.05 -
YUV 39.24 148.75 144.95 -
System Red Green Blue C M Y K H S L
Decimal 63 20 76 0.17 0.74 0 0.70 286.07 0.58 0.19
Hex 3F 14 4C 11 4A 0 46 11E 3A 13
Octal 77 24 114 21 112 0 106 436 72 23
Binary 111111 10100 1001100 10001 1001010 0 1000110 100011110 111010 10011

Color Harmonies of #3F144C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F144C

Black with #3F144C

Text Example


Text Example

White with #3F144C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,20,76); }

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

background-color css

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

 a { background-color: rgb(63,20,76); }

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

border-color css

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

 span { border-color: rgb(63,20,76); }

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