#39104B

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

Shades of Blackcurrant #39104B

Tints of Blackcurrant #39104B

Color information

#39104B (or 0x39104B) is unknown color: approx Blackcurrant. HEX triplet: 39, 10 and 4B. RGB value is (57,16,75). Sum of RGB (Red+Green+Blue) = 57+16+75=148 (19% of max value = 765). Red value is 57 (22.66% from 255 or 38.51% from 148); Green value is 16 (6.64% from 255 or 10.81% from 148); Blue value is 75 (29.69% from 255 or 50.68% from 148); Max value from RGB is 75 - color contains mainly: blue. Hex color #39104B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #39104B is #C6EFB4. Grayscale: #222222. Windows color (decimal): -13037493 or 4919353. OLE color: 4919353.

HSL color Cylindrical-coordinate representation of color #39104B: hue angle of 281.69º 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 #39104B is Cyan = 0.24, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB571675-
CMYK0.240.7900.71
HSL281.69º64.84%17.84%-
HSV(B)281.69º78.67%29.41%-
XYZ3.141.756.83-
YUV34.98150.58143.7-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 38.51%
GREEN value IS 16 (6.64% from 255) = 10.81%
BLUE value IS 75 (29.69% from 255) = 50.68%
R=38.51%
G=10.81%
B=50.68%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5716750.240.7900.71281.6964.8417.84
Hex39104B184F04711a4112
Octal712011330117010743210122
Binary11100110000100101111000100111101000111100011010100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39104B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39104B; }

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

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

<style>
 a { background-color: #39104B; }

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

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

<style>
 span { border-color: #39104B; }

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

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