Html Css Color HEX #390156 Blackcurrant

📋 copy color: '#390156'

red 57 ◦ green 1 ◦ blue 86

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

Shades of Blackcurrant #390156

Tints of Blackcurrant #390156

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.69%

 BLUE value IS 86 (33.98% from 255) = 59.72%

R = 39.58%
G = 0.69%
B = 59.72%

CMYK

 C value IS 0.34

 M value IS 0.99

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#390156 (or 0x390156) is known color: Blackcurrant. HEX triplet: 39, 01 and 56. RGB value is (57,1,86). Sum of RGB (Red+Green+Blue) = 57+1+86=144 (19% of max value = 765). Red value is 57 (22.66% from 255 or 39.58% from 144); Green value is 1 (0.78% from 255 or 0.69% from 144); Blue value is 86 (33.98% from 255 or 59.72% from 144); Max value from RGB is 86 - color contains mainly: blue. Hex color #390156 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #390156 is #C6FEA9. Grayscale: #1B1B1B. Windows color (decimal): -13041322 or 5636409. OLE color: 5636409.

HSL color Cylindrical-coordinate representation of color #390156: hue angle of 279.53º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #390156 is Cyan = 0.34, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 57 1 86 -
CMYK 0.34 0.99 0 0.66
HSL 279.53º 0.98% 0.17% -
HSV(B) 279.53º 0.99% 0.34% -
XYZ 3.38 1.56 8.93 -
YUV 27.43 161.05 149.09 -
System Red Green Blue C M Y K H S L
Decimal 57 1 86 0.34 0.99 0 0.66 279.53 0.98 0.17
Hex 39 1 56 22 63 0 42 118 62 11
Octal 71 1 126 42 143 0 102 430 142 21
Binary 111001 1 1010110 100010 1100011 0 1000010 100011000 1100010 10001

Color Harmonies of #390156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390156

Black with #390156

Text Example


Text Example

White with #390156

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390156; }

 p { color: rgb(57,1,86); }

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

background-color css

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

 a { background-color: rgb(57,1,86); }

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

border-color css

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

 span { border-color: rgb(57,1,86); }

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