Html Css Color HEX #3F0358 Blackcurrant

📋 copy color: '#3F0358'

red 63 ◦ green 3 ◦ blue 88

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

Shades of Blackcurrant #3F0358

Tints of Blackcurrant #3F0358

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.95%

 BLUE value IS 88 (34.77% from 255) = 57.14%

R = 40.91%
G = 1.95%
B = 57.14%

CMYK

 C value IS 0.28

 M value IS 0.97

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#3F0358 (or 0x3F0358) is known color: Blackcurrant. HEX triplet: 3F, 03 and 58. RGB value is (63,3,88). Sum of RGB (Red+Green+Blue) = 63+3+88=154 (20% of max value = 765). Red value is 63 (25% from 255 or 40.91% from 154); Green value is 3 (1.56% from 255 or 1.95% from 154); Blue value is 88 (34.77% from 255 or 57.14% from 154); Max value from RGB is 88 - color contains mainly: blue. Hex color #3F0358 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F0358 is #C0FCA7. Grayscale: #1E1E1E. Windows color (decimal): -12647592 or 5767999. OLE color: 5767999.

HSL color Cylindrical-coordinate representation of color #3F0358: hue angle of 282.35º degrees, saturation: 0.93, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3F0358 is Cyan = 0.28, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 63 3 88 -
CMYK 0.28 0.97 0 0.65
HSL 282.35º 0.93% 0.18% -
HSV(B) 282.35º 0.97% 0.35% -
XYZ 3.84 1.83 9.38 -
YUV 30.63 160.38 151.09 -
System Red Green Blue C M Y K H S L
Decimal 63 3 88 0.28 0.97 0 0.65 282.35 0.93 0.18
Hex 3F 3 58 1C 61 0 41 11A 5D 12
Octal 77 3 130 34 141 0 101 432 135 22
Binary 111111 11 1011000 11100 1100001 0 1000001 100011010 1011101 10010

Color Harmonies of #3F0358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F0358

Black with #3F0358

Text Example


Text Example

White with #3F0358

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,3,88); }

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

background-color css

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

 a { background-color: rgb(63,3,88); }

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

border-color css

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

 span { border-color: rgb(63,3,88); }

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