Html Css Color HEX #390840 Blackcurrant

📋 copy color: '#390840'

red 57 ◦ green 8 ◦ blue 64

#390840
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blackcurrant #390840

Tints of Blackcurrant #390840

RGB

 RED value IS 57 (22.66% from 255) = 44.19%

 GREEN value IS 8 (3.52% from 255) = 6.2%

 BLUE value IS 64 (25.39% from 255) = 49.61%

R = 44.19%
G = 6.2%
B = 49.61%

CMYK

 C value IS 0.11

 M value IS 0.87

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#390840 (or 0x390840) is known color: Blackcurrant. HEX triplet: 39, 08 and 40. RGB value is (57,8,64). Sum of RGB (Red+Green+Blue) = 57+8+64=129 (17% of max value = 765). Red value is 57 (22.66% from 255 or 44.19% from 129); Green value is 8 (3.52% from 255 or 6.20% from 129); Blue value is 64 (25.39% from 255 or 49.61% from 129); Max value from RGB is 64 - color contains mainly: blue. Hex color #390840 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390840 is #C6F7BF. Grayscale: #1C1C1C. Windows color (decimal): -13039552 or 4196409. OLE color: 4196409.

HSL color Cylindrical-coordinate representation of color #390840: hue angle of 292.5º degrees, saturation: 0.78, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #390840 is Cyan = 0.11, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 57 8 64 -
CMYK 0.11 0.87 0 0.75
HSL 292.5º 0.78% 0.14% -
HSV(B) 292.5º 0.88% 0.25% -
XYZ 2.7 1.41 4.98 -
YUV 29.04 147.73 147.95 -
System Red Green Blue C M Y K H S L
Decimal 57 8 64 0.11 0.87 0 0.75 292.5 0.78 0.14
Hex 39 8 40 B 57 0 4B 124 4E E
Octal 71 10 100 13 127 0 113 444 116 16
Binary 111001 1000 1000000 1011 1010111 0 1001011 100100100 1001110 1110

Color Harmonies of #390840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390840

Black with #390840

Text Example


Text Example

White with #390840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390840; }

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

 H1.HeaderClassName
 {
   color: #390840;
 }
 .AnyTagClassName
 {
   color: #390840;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #390840;
 }
 .BgClassName
 {
   background-color: #390840;
 }
</style>

border-color css

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

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

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