Html Css Color HEX #3F054C Blackcurrant

📋 copy color: '#3F054C'

red 63 ◦ green 5 ◦ blue 76

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

Shades of Blackcurrant #3F054C

Tints of Blackcurrant #3F054C

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.47%

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

R = 43.75%
G = 3.47%
B = 52.78%

CMYK

 C value IS 0.17

 M value IS 0.93

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#3F054C (or 0x3F054C) is known color: Blackcurrant. HEX triplet: 3F, 05 and 4C. RGB value is (63,5,76). Sum of RGB (Red+Green+Blue) = 63+5+76=144 (19% of max value = 765). Red value is 63 (25% from 255 or 43.75% from 144); Green value is 5 (2.34% from 255 or 3.47% from 144); Blue value is 76 (30.08% from 255 or 52.78% from 144); Max value from RGB is 76 - color contains mainly: blue. Hex color #3F054C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F054C is #C0FAB3. Grayscale: #1E1E1E. Windows color (decimal): -12647092 or 4982079. OLE color: 4982079.

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

Color convert

RGB 63 5 76 -
CMYK 0.17 0.93 0 0.70
HSL 289.01º 0.88% 0.16% -
HSV(B) 289.01º 0.93% 0.3% -
XYZ 3.41 1.69 6.98 -
YUV 30.44 153.72 151.23 -
System Red Green Blue C M Y K H S L
Decimal 63 5 76 0.17 0.93 0 0.70 289.01 0.88 0.16
Hex 3F 5 4C 11 5D 0 46 121 58 10
Octal 77 5 114 21 135 0 106 441 130 20
Binary 111111 101 1001100 10001 1011101 0 1000110 100100001 1011000 10000

Color Harmonies of #3F054C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F054C

Black with #3F054C

Text Example


Text Example

White with #3F054C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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