#39134B

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

Shades of Blackcurrant #39134B

Tints of Blackcurrant #39134B

Color information

#39134B (or 0x39134B) is unknown color: approx Blackcurrant. HEX triplet: 39, 13 and 4B. RGB value is (57,19,75). Sum of RGB (Red+Green+Blue) = 57+19+75=151 (20% of max value = 765). Red value is 57 (22.66% from 255 or 37.75% from 151); Green value is 19 (7.81% from 255 or 12.58% from 151); Blue value is 75 (29.69% from 255 or 49.67% from 151); Max value from RGB is 75 - color contains mainly: blue. Hex color #39134B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #39134B is #C6ECB4. Grayscale: #242424. Windows color (decimal): -13036725 or 4920121. OLE color: 4920121.

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

Color convert

RGB571975-
CMYK0.240.7500.71
HSL280.71º59.57%18.43%-
HSV(B)280.71º74.67%29.41%-
XYZ3.191.846.84-
YUV36.75149.59142.45-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 37.75%
GREEN value IS 19 (7.81% from 255) = 12.58%
BLUE value IS 75 (29.69% from 255) = 49.67%
R=37.75%
G=12.58%
B=49.67%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5719750.240.7500.71280.7159.5718.43
Hex39134B184B0471193c12
Octal71231133011301074317422
Binary1110011001110010111100010010110100011110001100111110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39134B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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