Html Css Color HEX #390845 Blackcurrant

📋 copy color: '#390845'

red 57 ◦ green 8 ◦ blue 69

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

Shades of Blackcurrant #390845

Tints of Blackcurrant #390845

RGB

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

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

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

R = 42.54%
G = 5.97%
B = 51.49%

CMYK

 C value IS 0.17

 M value IS 0.88

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#390845 (or 0x390845) is known color: Blackcurrant. HEX triplet: 39, 08 and 45. RGB value is (57,8,69). Sum of RGB (Red+Green+Blue) = 57+8+69=134 (17% of max value = 765). Red value is 57 (22.66% from 255 or 42.54% from 134); Green value is 8 (3.52% from 255 or 5.97% from 134); Blue value is 69 (27.34% from 255 or 51.49% from 134); Max value from RGB is 69 - color contains mainly: blue. Hex color #390845 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390845 is #C6F7BA. Grayscale: #1D1D1D. Windows color (decimal): -13039547 or 4524089. OLE color: 4524089.

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

Color convert

RGB 57 8 69 -
CMYK 0.17 0.88 0 0.73
HSL 288.2º 0.79% 0.15% -
HSV(B) 288.2º 0.88% 0.27% -
XYZ 2.85 1.47 5.76 -
YUV 29.61 150.23 147.54 -
System Red Green Blue C M Y K H S L
Decimal 57 8 69 0.17 0.88 0 0.73 288.2 0.79 0.15
Hex 39 8 45 11 58 0 49 120 4F F
Octal 71 10 105 21 130 0 111 440 117 17
Binary 111001 1000 1000101 10001 1011000 0 1001001 100100000 1001111 1111

Color Harmonies of #390845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390845

Black with #390845

Text Example


Text Example

White with #390845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390845; }

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

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

background-color css

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

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

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

border-color css

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

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

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