Html Css Color HEX #390745 Blackcurrant

📋 copy color: '#390745'

red 57 ◦ green 7 ◦ blue 69

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

Shades of Blackcurrant #390745

Tints of Blackcurrant #390745

RGB

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

 GREEN value IS 7 (3.13% from 255) = 5.26%

 BLUE value IS 69 (27.34% from 255) = 51.88%

R = 42.86%
G = 5.26%
B = 51.88%

CMYK

 C value IS 0.17

 M value IS 0.90

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#390745 (or 0x390745) is known color: Blackcurrant. HEX triplet: 39, 07 and 45. RGB value is (57,7,69). Sum of RGB (Red+Green+Blue) = 57+7+69=133 (17% of max value = 765). Red value is 57 (22.66% from 255 or 42.86% from 133); Green value is 7 (3.12% from 255 or 5.26% from 133); Blue value is 69 (27.34% from 255 or 51.88% from 133); Max value from RGB is 69 - color contains mainly: blue. Hex color #390745 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390745 is #C6F8BA. Grayscale: #1C1C1C. Windows color (decimal): -13039803 or 4523833. OLE color: 4523833.

HSL color Cylindrical-coordinate representation of color #390745: hue angle of 288.39º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #390745 is Cyan = 0.17, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 57 7 69 -
CMYK 0.17 0.90 0 0.73
HSL 288.39º 0.82% 0.15% -
HSV(B) 288.39º 0.9% 0.27% -
XYZ 2.84 1.45 5.76 -
YUV 29.02 150.57 147.96 -
System Red Green Blue C M Y K H S L
Decimal 57 7 69 0.17 0.90 0 0.73 288.39 0.82 0.15
Hex 39 7 45 11 5A 0 49 120 52 F
Octal 71 7 105 21 132 0 111 440 122 17
Binary 111001 111 1000101 10001 1011010 0 1001001 100100000 1010010 1111

Color Harmonies of #390745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390745

Black with #390745

Text Example


Text Example

White with #390745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390745; }

 p { color: rgb(57,7,69); }

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

background-color css

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

 a { background-color: rgb(57,7,69); }

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

border-color css

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

 span { border-color: rgb(57,7,69); }

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