Html Css Color HEX #3F054A Blackcurrant

📋 copy color: '#3F054A'

red 63 ◦ green 5 ◦ blue 74

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

Shades of Blackcurrant #3F054A

Tints of Blackcurrant #3F054A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 52.11%

R = 44.37%
G = 3.52%
B = 52.11%

CMYK

 C value IS 0.15

 M value IS 0.93

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#3F054A (or 0x3F054A) is known color: Blackcurrant. HEX triplet: 3F, 05 and 4A. RGB value is (63,5,74). Sum of RGB (Red+Green+Blue) = 63+5+74=142 (18% of max value = 765). Red value is 63 (25% from 255 or 44.37% from 142); Green value is 5 (2.34% from 255 or 3.52% from 142); Blue value is 74 (29.30% from 255 or 52.11% from 142); Max value from RGB is 74 - color contains mainly: blue. Hex color #3F054A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F054A is #C0FAB5. Grayscale: #1D1D1D. Windows color (decimal): -12647094 or 4851007. OLE color: 4851007.

HSL color Cylindrical-coordinate representation of color #3F054A: hue angle of 290.43º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3F054A is Cyan = 0.15, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 63 5 74 -
CMYK 0.15 0.93 0 0.71
HSL 290.43º 0.87% 0.15% -
HSV(B) 290.43º 0.93% 0.29% -
XYZ 3.34 1.66 6.62 -
YUV 30.21 152.72 151.39 -
System Red Green Blue C M Y K H S L
Decimal 63 5 74 0.15 0.93 0 0.71 290.43 0.87 0.15
Hex 3F 5 4A F 5D 0 47 122 57 F
Octal 77 5 112 17 135 0 107 442 127 17
Binary 111111 101 1001010 1111 1011101 0 1000111 100100010 1010111 1111

Color Harmonies of #3F054A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F054A

Black with #3F054A

Text Example


Text Example

White with #3F054A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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