#39124C

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

Shades of Blackcurrant #39124C

Tints of Blackcurrant #39124C

Color information

#39124C (or 0x39124C) is unknown color: approx Blackcurrant. HEX triplet: 39, 12 and 4C. RGB value is (57,18,76). Sum of RGB (Red+Green+Blue) = 57+18+76=151 (20% of max value = 765). Red value is 57 (22.66% from 255 or 37.75% from 151); Green value is 18 (7.42% from 255 or 11.92% from 151); Blue value is 76 (30.08% from 255 or 50.33% from 151); Max value from RGB is 76 - color contains mainly: blue. Hex color #39124C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #39124C is #C6EDB3. Grayscale: #242424. Windows color (decimal): -13036980 or 4985401. OLE color: 4985401.

HSL color Cylindrical-coordinate representation of color #39124C: hue angle of 280.34º degrees, saturation: 0.62, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #39124C is Cyan = 0.25, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB571876-
CMYK0.250.7600.70
HSL280.34º61.7%18.43%-
HSV(B)280.34º76.32%29.8%-
XYZ3.211.827.02-
YUV36.27150.42142.78-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 37.75%
GREEN value IS 18 (7.42% from 255) = 11.92%
BLUE value IS 76 (30.08% from 255) = 50.33%
R=37.75%
G=11.92%
B=50.33%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5718760.250.7600.70280.3461.718.43
Hex39124C194C0461183e12
Octal71221143111401064307622
Binary1110011001010011001100110011000100011010001100011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39124C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39124C; }

 p { color: rgb(57,18,76); }

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

<style>
 a { background-color: #39124C; }

 a { background-color: rgb(57,18,76); }

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

<style>
 span { border-color: #39124C; }

 span { border-color: rgb(57,18,76); }

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