#39114B

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

Shades of Blackcurrant #39114B

Tints of Blackcurrant #39114B

Color information

#39114B (or 0x39114B) is unknown color: approx Blackcurrant. HEX triplet: 39, 11 and 4B. RGB value is (57,17,75). Sum of RGB (Red+Green+Blue) = 57+17+75=149 (19% of max value = 765). Red value is 57 (22.66% from 255 or 38.26% from 149); Green value is 17 (7.03% from 255 or 11.41% from 149); Blue value is 75 (29.69% from 255 or 50.34% from 149); Max value from RGB is 75 - color contains mainly: blue. Hex color #39114B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #39114B is #C6EEB4. Grayscale: #232323. Windows color (decimal): -13037237 or 4919609. OLE color: 4919609.

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

Color convert

RGB571775-
CMYK0.240.7700.71
HSL281.38º63.04%18.04%-
HSV(B)281.38º77.33%29.41%-
XYZ3.161.786.83-
YUV35.57150.25143.28-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 38.26%
GREEN value IS 17 (7.03% from 255) = 11.41%
BLUE value IS 75 (29.69% from 255) = 50.34%
R=38.26%
G=11.41%
B=50.34%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5717750.240.7700.71281.3863.0418.04
Hex39114B184D0471193f12
Octal71211133011501074317722
Binary1110011000110010111100010011010100011110001100111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39114B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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