#3F104B

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

Shades of Blackcurrant #3F104B

Tints of Blackcurrant #3F104B

Color information

#3F104B (or 0x3F104B) is unknown color: approx Blackcurrant. HEX triplet: 3F, 10 and 4B. RGB value is (63,16,75). Sum of RGB (Red+Green+Blue) = 63+16+75=154 (20% of max value = 765). Red value is 63 (25% from 255 or 40.91% from 154); Green value is 16 (6.64% from 255 or 10.39% from 154); Blue value is 75 (29.69% from 255 or 48.70% from 154); Max value from RGB is 75 - color contains mainly: blue. Hex color #3F104B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F104B is #C0EFB4. Grayscale: #242424. Windows color (decimal): -12644277 or 4919359. OLE color: 4919359.

HSL color Cylindrical-coordinate representation of color #3F104B: hue angle of 287.8º degrees, saturation: 0.65, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3F104B is Cyan = 0.16, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB631675-
CMYK0.160.7900.71
HSL287.8º64.84%17.84%-
HSV(B)287.8º78.67%29.41%-
XYZ3.511.946.85-
YUV36.78149.57146.7-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 40.91%
GREEN value IS 16 (6.64% from 255) = 10.39%
BLUE value IS 75 (29.69% from 255) = 48.70%
R=40.91%
G=10.39%
B=48.70%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6316750.160.7900.71287.864.8417.84
Hex3F104B104F0471204112
Octal772011320117010744010122
Binary11111110000100101110000100111101000111100100000100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F104B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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