#39044B

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

Shades of Blackcurrant #39044B

Tints of Blackcurrant #39044B

Color information

#39044B (or 0x39044B) is unknown color: approx Blackcurrant. HEX triplet: 39, 04 and 4B. RGB value is (57,4,75). Sum of RGB (Red+Green+Blue) = 57+4+75=136 (18% of max value = 765). Red value is 57 (22.66% from 255 or 41.91% from 136); Green value is 4 (1.95% from 255 or 2.94% from 136); Blue value is 75 (29.69% from 255 or 55.15% from 136); Max value from RGB is 75 - color contains mainly: blue. Hex color #39044B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #39044B is #C6FBB4. Grayscale: #1B1B1B. Windows color (decimal): -13040565 or 4916281. OLE color: 4916281.

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

Color convert

RGB57475-
CMYK0.240.9500.71
HSL284.79º89.87%15.49%-
HSV(B)284.79º94.67%29.41%-
XYZ31.466.78-
YUV27.94154.56148.73-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 41.91%
GREEN value IS 4 (1.95% from 255) = 2.94%
BLUE value IS 75 (29.69% from 255) = 55.15%
R=41.91%
G=2.94%
B=55.15%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal574750.240.9500.71284.7989.8715.49
Hex3944B185F04711d5af
Octal71411330137010743513217
Binary11100110010010111100010111110100011110001110110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39044B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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