#3F164B

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

Shades of Blackcurrant #3F164B

Tints of Blackcurrant #3F164B

Color information

#3F164B (or 0x3F164B) is unknown color: approx Blackcurrant. HEX triplet: 3F, 16 and 4B. RGB value is (63,22,75). Sum of RGB (Red+Green+Blue) = 63+22+75=160 (21% of max value = 765). Red value is 63 (25% from 255 or 39.38% from 160); Green value is 22 (8.98% from 255 or 13.75% from 160); Blue value is 75 (29.69% from 255 or 46.88% from 160); Max value from RGB is 75 - color contains mainly: blue. Hex color #3F164B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F164B is #C0E9B4. Grayscale: #282828. Windows color (decimal): -12642741 or 4920895. OLE color: 4920895.

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

Color convert

RGB632275-
CMYK0.160.7100.71
HSL286.42º54.64%19.02%-
HSV(B)286.42º70.67%29.41%-
XYZ3.612.146.88-
YUV40.3147.58144.19-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 39.38%
GREEN value IS 22 (8.98% from 255) = 13.75%
BLUE value IS 75 (29.69% from 255) = 46.88%
R=39.38%
G=13.75%
B=46.88%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6322750.160.7100.71286.4254.6419.02
Hex3F164B104704711e3713
Octal77261132010701074366723
Binary1111111011010010111000010001110100011110001111011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F164B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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