#3f1053

Color #3F1053 Blackcurrant (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blackcurrant #3F1053

Tints of Blackcurrant #3F1053

Color information

#3F1053 (or 0x3F1053) is unknown color: approx Blackcurrant. HEX triplet: 3F, 10 and 53. RGB value is (63,16,83). Sum of RGB (Red+Green+Blue) = 63+16+83=162 (21% of max value = 765). Red value is 63 (25% from 255 or 38.89% from 162); Green value is 16 (6.64% from 255 or 9.88% from 162); Blue value is 83 (32.81% from 255 or 51.23% from 162); Max value from RGB is 83 - color contains mainly: blue. Hex color #3F1053 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F1053 is #C0EFAC. Grayscale: #252525. Windows color (decimal): -12644269 or 5443647. OLE color: 5443647.

HSL color Cylindrical-coordinate representation of color #3F1053: hue angle of 282.09º degrees, saturation: 0.68, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3F1053 is Cyan = 0.24, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB631683-
CMYK0.240.8100.67
HSL282.09º67.68%19.41%-
HSV(B)282.09º80.72%32.55%-
XYZ3.82.058.38-
YUV37.69153.57146.05-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 38.89%
GREEN value IS 16 (6.64% from 255) = 9.88%
BLUE value IS 83 (32.81% from 255) = 51.23%
R=38.89%
G=9.88%
B=51.23%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6316830.240.8100.67282.0967.6819.41
Hex3F1053185104311a4413
Octal772012330121010343210423
Binary11111110000101001111000101000101000011100011010100010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3f1053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,16,83); }

 H1.HeaderClassName
 {
   color: #3f1053;
 }
 .AnyTagClassName
 {
   color: #3f1053;
 }
</style>
background-color css

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

 a { background-color: rgb(63,16,83); }

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

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

 span { border-color: rgb(63,16,83); }

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