Html Css Color HEX #3F194B Blackcurrant

📋 copy color: '#3F194B'

red 63 ◦ green 25 ◦ blue 75

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

Shades of Blackcurrant #3F194B

Tints of Blackcurrant #3F194B

RGB

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

 GREEN value IS 25 (10.16% from 255) = 15.34%

 BLUE value IS 75 (29.69% from 255) = 46.01%

R = 38.65%
G = 15.34%
B = 46.01%

CMYK

 C value IS 0.16

 M value IS 0.67

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#3F194B (or 0x3F194B) is known color: Blackcurrant. HEX triplet: 3F, 19 and 4B. RGB value is (63,25,75). Sum of RGB (Red+Green+Blue) = 63+25+75=163 (21% of max value = 765). Red value is 63 (25% from 255 or 38.65% from 163); Green value is 25 (10.16% from 255 or 15.34% from 163); Blue value is 75 (29.69% from 255 or 46.01% from 163); Max value from RGB is 75 - color contains mainly: blue. Hex color #3F194B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F194B is #C0E6B4. Grayscale: #292929. Windows color (decimal): -12641973 or 4921663. OLE color: 4921663.

HSL color Cylindrical-coordinate representation of color #3F194B: hue angle of 285.6º degrees, saturation: 0.5, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3F194B is Cyan = 0.16, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 63 25 75 -
CMYK 0.16 0.67 0 0.71
HSL 285.6º 0.5% 0.2% -
HSV(B) 285.6º 0.67% 0.29% -
XYZ 3.67 2.26 6.9 -
YUV 42.06 146.59 142.93 -
System Red Green Blue C M Y K H S L
Decimal 63 25 75 0.16 0.67 0 0.71 285.6 0.5 0.2
Hex 3F 19 4B 10 43 0 47 11E 32 14
Octal 77 31 113 20 103 0 107 436 62 24
Binary 111111 11001 1001011 10000 1000011 0 1000111 100011110 110010 10100

Color Harmonies of #3F194B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F194B

Black with #3F194B

Text Example


Text Example

White with #3F194B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,25,75); }

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

background-color css

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

 a { background-color: rgb(63,25,75); }

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

border-color css

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

 span { border-color: rgb(63,25,75); }

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