Html Css Color HEX #3F0B57 Blackcurrant

📋 copy color: '#3F0B57'

red 63 ◦ green 11 ◦ blue 87

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

Shades of Blackcurrant #3F0B57

Tints of Blackcurrant #3F0B57

RGB

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

 GREEN value IS 11 (4.69% from 255) = 6.83%

 BLUE value IS 87 (34.38% from 255) = 54.04%

R = 39.13%
G = 6.83%
B = 54.04%

CMYK

 C value IS 0.28

 M value IS 0.87

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#3F0B57 (or 0x3F0B57) is known color: Blackcurrant. HEX triplet: 3F, 0B and 57. RGB value is (63,11,87). Sum of RGB (Red+Green+Blue) = 63+11+87=161 (21% of max value = 765). Red value is 63 (25% from 255 or 39.13% from 161); Green value is 11 (4.69% from 255 or 6.83% from 161); Blue value is 87 (34.38% from 255 or 54.04% from 161); Max value from RGB is 87 - color contains mainly: blue. Hex color #3F0B57 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F0B57 is #C0F4A8. Grayscale: #222222. Windows color (decimal): -12645545 or 5704511. OLE color: 5704511.

HSL color Cylindrical-coordinate representation of color #3F0B57: hue angle of 281.05º degrees, saturation: 0.78, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3F0B57 is Cyan = 0.28, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 63 11 87 -
CMYK 0.28 0.87 0 0.66
HSL 281.05º 0.78% 0.19% -
HSV(B) 281.05º 0.87% 0.34% -
XYZ 3.89 1.98 9.19 -
YUV 35.21 157.23 147.82 -
System Red Green Blue C M Y K H S L
Decimal 63 11 87 0.28 0.87 0 0.66 281.05 0.78 0.19
Hex 3F B 57 1C 57 0 42 119 4E 13
Octal 77 13 127 34 127 0 102 431 116 23
Binary 111111 1011 1010111 11100 1010111 0 1000010 100011001 1001110 10011

Color Harmonies of #3F0B57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F0B57

Black with #3F0B57

Text Example


Text Example

White with #3F0B57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,11,87); }

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

background-color css

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

 a { background-color: rgb(63,11,87); }

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

border-color css

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

 span { border-color: rgb(63,11,87); }

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