Html Css Color HEX #3F094C Blackcurrant

📋 copy color: '#3F094C'

red 63 ◦ green 9 ◦ blue 76

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

Shades of Blackcurrant #3F094C

Tints of Blackcurrant #3F094C

RGB

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

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

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

R = 42.57%
G = 6.08%
B = 51.35%

CMYK

 C value IS 0.17

 M value IS 0.88

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#3F094C (or 0x3F094C) is known color: Blackcurrant. HEX triplet: 3F, 09 and 4C. RGB value is (63,9,76). Sum of RGB (Red+Green+Blue) = 63+9+76=148 (19% of max value = 765). Red value is 63 (25% from 255 or 42.57% from 148); Green value is 9 (3.91% from 255 or 6.08% from 148); Blue value is 76 (30.08% from 255 or 51.35% from 148); Max value from RGB is 76 - color contains mainly: blue. Hex color #3F094C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F094C is #C0F6B3. Grayscale: #202020. Windows color (decimal): -12646068 or 4983103. OLE color: 4983103.

HSL color Cylindrical-coordinate representation of color #3F094C: hue angle of 288.36º 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 #3F094C is Cyan = 0.17, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 63 9 76 -
CMYK 0.17 0.88 0 0.70
HSL 288.36º 0.79% 0.17% -
HSV(B) 288.36º 0.88% 0.3% -
XYZ 3.45 1.77 7 -
YUV 32.78 152.39 149.55 -
System Red Green Blue C M Y K H S L
Decimal 63 9 76 0.17 0.88 0 0.70 288.36 0.79 0.17
Hex 3F 9 4C 11 58 0 46 120 4F 11
Octal 77 11 114 21 130 0 106 440 117 21
Binary 111111 1001 1001100 10001 1011000 0 1000110 100100000 1001111 10001

Color Harmonies of #3F094C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F094C

Black with #3F094C

Text Example


Text Example

White with #3F094C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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