Html Css Color HEX #390842 Blackcurrant

📋 copy color: '#390842'

red 57 ◦ green 8 ◦ blue 66

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

Shades of Blackcurrant #390842

Tints of Blackcurrant #390842

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 50.38%

R = 43.51%
G = 6.11%
B = 50.38%

CMYK

 C value IS 0.14

 M value IS 0.88

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#390842 (or 0x390842) is known color: Blackcurrant. HEX triplet: 39, 08 and 42. RGB value is (57,8,66). Sum of RGB (Red+Green+Blue) = 57+8+66=131 (17% of max value = 765). Red value is 57 (22.66% from 255 or 43.51% from 131); Green value is 8 (3.52% from 255 or 6.11% from 131); Blue value is 66 (26.17% from 255 or 50.38% from 131); Max value from RGB is 66 - color contains mainly: blue. Hex color #390842 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390842 is #C6F7BD. Grayscale: #1D1D1D. Windows color (decimal): -13039550 or 4327481. OLE color: 4327481.

HSL color Cylindrical-coordinate representation of color #390842: hue angle of 290.69º degrees, saturation: 0.78, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #390842 is Cyan = 0.14, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 57 8 66 -
CMYK 0.14 0.88 0 0.74
HSL 290.69º 0.78% 0.15% -
HSV(B) 290.69º 0.88% 0.26% -
XYZ 2.76 1.44 5.29 -
YUV 29.26 148.73 147.78 -
System Red Green Blue C M Y K H S L
Decimal 57 8 66 0.14 0.88 0 0.74 290.69 0.78 0.15
Hex 39 8 42 E 58 0 4A 123 4E F
Octal 71 10 102 16 130 0 112 443 116 17
Binary 111001 1000 1000010 1110 1011000 0 1001010 100100011 1001110 1111

Color Harmonies of #390842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390842

Black with #390842

Text Example


Text Example

White with #390842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390842; }

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

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

background-color css

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

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

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

border-color css

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

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

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