Html Css Color HEX #390645 Blackcurrant

📋 copy color: '#390645'

red 57 ◦ green 6 ◦ blue 69

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

Shades of Blackcurrant #390645

Tints of Blackcurrant #390645

RGB

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

 GREEN value IS 6 (2.73% from 255) = 4.55%

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

R = 43.18%
G = 4.55%
B = 52.27%

CMYK

 C value IS 0.17

 M value IS 0.91

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#390645 (or 0x390645) is known color: Blackcurrant. HEX triplet: 39, 06 and 45. RGB value is (57,6,69). Sum of RGB (Red+Green+Blue) = 57+6+69=132 (17% of max value = 765). Red value is 57 (22.66% from 255 or 43.18% from 132); Green value is 6 (2.73% from 255 or 4.55% from 132); Blue value is 69 (27.34% from 255 or 52.27% from 132); Max value from RGB is 69 - color contains mainly: blue. Hex color #390645 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390645 is #C6F9BA. Grayscale: #1C1C1C. Windows color (decimal): -13040059 or 4523577. OLE color: 4523577.

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

Color convert

RGB 57 6 69 -
CMYK 0.17 0.91 0 0.73
HSL 288.57º 0.84% 0.15% -
HSV(B) 288.57º 0.91% 0.27% -
XYZ 2.83 1.43 5.76 -
YUV 28.43 150.9 148.38 -
System Red Green Blue C M Y K H S L
Decimal 57 6 69 0.17 0.91 0 0.73 288.57 0.84 0.15
Hex 39 6 45 11 5B 0 49 121 54 F
Octal 71 6 105 21 133 0 111 441 124 17
Binary 111001 110 1000101 10001 1011011 0 1001001 100100001 1010100 1111

Color Harmonies of #390645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390645

Black with #390645

Text Example


Text Example

White with #390645

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390645; }

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

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

background-color css

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

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

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

border-color css

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

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

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