#39084B

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

Shades of Blackcurrant #39084B

Tints of Blackcurrant #39084B

Color information

#39084B (or 0x39084B) is unknown color: approx Blackcurrant. HEX triplet: 39, 08 and 4B. RGB value is (57,8,75). Sum of RGB (Red+Green+Blue) = 57+8+75=140 (18% of max value = 765). Red value is 57 (22.66% from 255 or 40.71% from 140); Green value is 8 (3.52% from 255 or 5.71% from 140); Blue value is 75 (29.69% from 255 or 53.57% from 140); Max value from RGB is 75 - color contains mainly: blue. Hex color #39084B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #39084B is #C6F7B4. Grayscale: #1E1E1E. Windows color (decimal): -13039541 or 4917305. OLE color: 4917305.

HSL color Cylindrical-coordinate representation of color #39084B: hue angle of 283.88º degrees, saturation: 0.81, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #39084B is Cyan = 0.24, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB57875-
CMYK0.240.8900.71
HSL283.88º80.72%16.27%-
HSV(B)283.88º89.33%29.41%-
XYZ3.041.556.8-
YUV30.29153.23147.05-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 40.71%
GREEN value IS 8 (3.52% from 255) = 5.71%
BLUE value IS 75 (29.69% from 255) = 53.57%
R=40.71%
G=5.71%
B=53.57%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal578750.240.8900.71283.8880.7216.27
Hex3984B185904711c5110
Octal711011330131010743412120
Binary1110011000100101111000101100101000111100011100101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39084B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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