Html Css Color HEX #390240 Blackcurrant

📋 copy color: '#390240'

red 57 ◦ green 2 ◦ blue 64

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

Shades of Blackcurrant #390240

Tints of Blackcurrant #390240

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.63%

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

R = 46.34%
G = 1.63%
B = 52.03%

CMYK

 C value IS 0.11

 M value IS 0.97

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#390240 (or 0x390240) is known color: Blackcurrant. HEX triplet: 39, 02 and 40. RGB value is (57,2,64). Sum of RGB (Red+Green+Blue) = 57+2+64=123 (16% of max value = 765). Red value is 57 (22.66% from 255 or 46.34% from 123); Green value is 2 (1.17% from 255 or 1.63% from 123); Blue value is 64 (25.39% from 255 or 52.03% from 123); Max value from RGB is 64 - color contains mainly: blue. Hex color #390240 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390240 is #C6FDBF. Grayscale: #191919. Windows color (decimal): -13041088 or 4194873. OLE color: 4194873.

HSL color Cylindrical-coordinate representation of color #390240: hue angle of 293.23º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #390240 is Cyan = 0.11, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 57 2 64 -
CMYK 0.11 0.97 0 0.75
HSL 293.23º 0.94% 0.13% -
HSV(B) 293.23º 0.97% 0.25% -
XYZ 2.63 1.28 4.96 -
YUV 25.51 149.72 150.46 -
System Red Green Blue C M Y K H S L
Decimal 57 2 64 0.11 0.97 0 0.75 293.23 0.94 0.13
Hex 39 2 40 B 61 0 4B 125 5E D
Octal 71 2 100 13 141 0 113 445 136 15
Binary 111001 10 1000000 1011 1100001 0 1001011 100100101 1011110 1101

Color Harmonies of #390240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390240

Black with #390240

Text Example


Text Example

White with #390240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390240; }

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

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

background-color css

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

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

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

border-color css

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

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

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