Html Css Color HEX #3F094D Blackcurrant

📋 copy color: '#3F094D'

red 63 ◦ green 9 ◦ blue 77

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

Shades of Blackcurrant #3F094D

Tints of Blackcurrant #3F094D

RGB

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

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

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

R = 42.28%
G = 6.04%
B = 51.68%

CMYK

 C value IS 0.18

 M value IS 0.88

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#3F094D (or 0x3F094D) is known color: Blackcurrant. HEX triplet: 3F, 09 and 4D. RGB value is (63,9,77). Sum of RGB (Red+Green+Blue) = 63+9+77=149 (19% of max value = 765). Red value is 63 (25% from 255 or 42.28% from 149); Green value is 9 (3.91% from 255 or 6.04% from 149); Blue value is 77 (30.47% from 255 or 51.68% from 149); Max value from RGB is 77 - color contains mainly: blue. Hex color #3F094D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F094D is #C0F6B2. Grayscale: #202020. Windows color (decimal): -12646067 or 5048639. OLE color: 5048639.

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

Color convert

RGB 63 9 77 -
CMYK 0.18 0.88 0 0.70
HSL 287.65º 0.79% 0.17% -
HSV(B) 287.65º 0.88% 0.3% -
XYZ 3.49 1.79 7.18 -
YUV 32.9 152.89 149.47 -
System Red Green Blue C M Y K H S L
Decimal 63 9 77 0.18 0.88 0 0.70 287.65 0.79 0.17
Hex 3F 9 4D 12 58 0 46 120 4F 11
Octal 77 11 115 22 130 0 106 440 117 21
Binary 111111 1001 1001101 10010 1011000 0 1000110 100100000 1001111 10001

Color Harmonies of #3F094D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F094D

Black with #3F094D

Text Example


Text Example

White with #3F094D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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