Html Css Color HEX #390057 Blackcurrant

📋 copy color: '#390057'

red 57 ◦ green 0 ◦ blue 87

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

Shades of Blackcurrant #390057

Tints of Blackcurrant #390057

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 87 (34.38% from 255) = 60.42%

R = 39.58%
G = 0%
B = 60.42%

CMYK

 C value IS 0.34

 M value IS 1

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#390057 (or 0x390057) is known color: Blackcurrant. HEX triplet: 39, 00 and 57. RGB value is (57,0,87). Sum of RGB (Red+Green+Blue) = 57+0+87=144 (19% of max value = 765). Red value is 57 (22.66% from 255 or 39.58% from 144); Green value is 0 (0.39% from 255 or 0% from 144); Blue value is 87 (34.38% from 255 or 60.42% from 144); Max value from RGB is 87 - color contains mainly: blue. Hex color #390057 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #390057 is #C6FFA8. Grayscale: #1A1A1A. Windows color (decimal): -13041577 or 5701689. OLE color: 5701689.

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

Color convert

RGB 57 0 87 -
CMYK 0.34 1 0 0.66
HSL 279.31º 1% 0.17% -
HSV(B) 279.31º 1% 0.34% -
XYZ 3.41 1.56 9.14 -
YUV 26.96 161.88 149.43 -
System Red Green Blue C M Y K H S L
Decimal 57 0 87 0.34 1 0 0.66 279.31 1 0.17
Hex 39 0 57 22 64 0 42 117 64 11
Octal 71 0 127 42 144 0 102 427 144 21
Binary 111001 0 1010111 100010 1100100 0 1000010 100010111 1100100 10001

Color Harmonies of #390057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390057

Black with #390057

Text Example


Text Example

White with #390057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390057; }

 p { color: rgb(57,0,87); }

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

background-color css

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

 a { background-color: rgb(57,0,87); }

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

border-color css

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

 span { border-color: rgb(57,0,87); }

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