Html Css Color HEX #390340 Blackcurrant

📋 copy color: '#390340'

red 57 ◦ green 3 ◦ blue 64

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

Shades of Blackcurrant #390340

Tints of Blackcurrant #390340

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.42%

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

R = 45.97%
G = 2.42%
B = 51.61%

CMYK

 C value IS 0.11

 M value IS 0.95

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#390340 (or 0x390340) is known color: Blackcurrant. HEX triplet: 39, 03 and 40. RGB value is (57,3,64). Sum of RGB (Red+Green+Blue) = 57+3+64=124 (16% of max value = 765). Red value is 57 (22.66% from 255 or 45.97% from 124); Green value is 3 (1.56% from 255 or 2.42% from 124); Blue value is 64 (25.39% from 255 or 51.61% from 124); Max value from RGB is 64 - color contains mainly: blue. Hex color #390340 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390340 is #C6FCBF. Grayscale: #191919. Windows color (decimal): -13040832 or 4195129. OLE color: 4195129.

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

Color convert

RGB 57 3 64 -
CMYK 0.11 0.95 0 0.75
HSL 293.11º 0.91% 0.13% -
HSV(B) 293.11º 0.95% 0.25% -
XYZ 2.65 1.31 4.96 -
YUV 26.1 149.39 150.04 -
System Red Green Blue C M Y K H S L
Decimal 57 3 64 0.11 0.95 0 0.75 293.11 0.91 0.13
Hex 39 3 40 B 5F 0 4B 125 5B D
Octal 71 3 100 13 137 0 113 445 133 15
Binary 111001 11 1000000 1011 1011111 0 1001011 100100101 1011011 1101

Color Harmonies of #390340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390340

Black with #390340

Text Example


Text Example

White with #390340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390340; }

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

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

background-color css

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

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

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

border-color css

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

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

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