Html Css Color HEX #3F094F Blackcurrant

📋 copy color: '#3F094F'

red 63 ◦ green 9 ◦ blue 79

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

Shades of Blackcurrant #3F094F

Tints of Blackcurrant #3F094F

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.96%

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

R = 41.72%
G = 5.96%
B = 52.32%

CMYK

 C value IS 0.20

 M value IS 0.89

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#3F094F (or 0x3F094F) is known color: Blackcurrant. HEX triplet: 3F, 09 and 4F. RGB value is (63,9,79). Sum of RGB (Red+Green+Blue) = 63+9+79=151 (20% of max value = 765). Red value is 63 (25% from 255 or 41.72% from 151); Green value is 9 (3.91% from 255 or 5.96% from 151); Blue value is 79 (31.25% from 255 or 52.32% from 151); Max value from RGB is 79 - color contains mainly: blue. Hex color #3F094F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F094F is #C0F6B0. Grayscale: #202020. Windows color (decimal): -12646065 or 5179711. OLE color: 5179711.

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

Color convert

RGB 63 9 79 -
CMYK 0.20 0.89 0 0.69
HSL 286.29º 0.8% 0.17% -
HSV(B) 286.29º 0.89% 0.31% -
XYZ 3.56 1.82 7.56 -
YUV 33.13 153.89 149.31 -
System Red Green Blue C M Y K H S L
Decimal 63 9 79 0.20 0.89 0 0.69 286.29 0.8 0.17
Hex 3F 9 4F 14 59 0 45 11E 50 11
Octal 77 11 117 24 131 0 105 436 120 21
Binary 111111 1001 1001111 10100 1011001 0 1000101 100011110 1010000 10001

Color Harmonies of #3F094F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F094F

Black with #3F094F

Text Example


Text Example

White with #3F094F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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