#390F43

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

Shades of Blackcurrant #390F43

Tints of Blackcurrant #390F43

Color information

#390F43 (or 0x390F43) is unknown color: approx Blackcurrant. HEX triplet: 39, 0F and 43. RGB value is (57,15,67). Sum of RGB (Red+Green+Blue) = 57+15+67=139 (18% of max value = 765). Red value is 57 (22.66% from 255 or 41.01% from 139); Green value is 15 (6.25% from 255 or 10.79% from 139); Blue value is 67 (26.56% from 255 or 48.20% from 139); Max value from RGB is 67 - color contains mainly: blue. Hex color #390F43 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390F43 is #C6F0BC. Grayscale: #212121. Windows color (decimal): -13037757 or 4394809. OLE color: 4394809.

HSL color Cylindrical-coordinate representation of color #390F43: hue angle of 288.46º degrees, saturation: 0.63, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #390F43 is Cyan = 0.15, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB571567-
CMYK0.150.7800.74
HSL288.46º63.41%16.08%-
HSV(B)288.46º77.61%26.27%-
XYZ2.871.625.47-
YUV33.49146.91144.77-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 41.01%
GREEN value IS 15 (6.25% from 255) = 10.79%
BLUE value IS 67 (26.56% from 255) = 48.20%
R=41.01%
G=10.79%
B=48.20%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5715670.150.7800.74288.4663.4116.08
Hex39F43F4E04A1203f10
Octal71171031711601124407720
Binary11100111111000011111110011100100101010010000011111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390F43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #390F43; }

 p { color: rgb(57,15,67); }

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

<style>
 a { background-color: #390F43; }

 a { background-color: rgb(57,15,67); }

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

<style>
 span { border-color: #390F43; }

 span { border-color: rgb(57,15,67); }

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