Html Css Color HEX #390157 Blackcurrant

📋 copy color: '#390157'

red 57 ◦ green 1 ◦ blue 87

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

Shades of Blackcurrant #390157

Tints of Blackcurrant #390157

RGB

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

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

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

R = 39.31%
G = 0.69%
B = 60%

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

#390157 (or 0x390157) is known color: Blackcurrant. HEX triplet: 39, 01 and 57. RGB value is (57,1,87). Sum of RGB (Red+Green+Blue) = 57+1+87=145 (19% of max value = 765). Red value is 57 (22.66% from 255 or 39.31% from 145); Green value is 1 (0.78% from 255 or 0.69% from 145); Blue value is 87 (34.38% from 255 or 60% from 145); Max value from RGB is 87 - color contains mainly: blue. Hex color #390157 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #390157 is #C6FEA8. Grayscale: #1B1B1B. Windows color (decimal): -13041321 or 5701945. OLE color: 5701945.

HSL color Cylindrical-coordinate representation of color #390157: hue angle of 279.07º 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 #390157 is Cyan = 0.34, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 57 1 87 -
CMYK 0.34 0.99 0 0.66
HSL 279.07º 0.98% 0.17% -
HSV(B) 279.07º 0.99% 0.34% -
XYZ 3.42 1.58 9.14 -
YUV 27.55 161.55 149.01 -
System Red Green Blue C M Y K H S L
Decimal 57 1 87 0.34 0.99 0 0.66 279.07 0.98 0.17
Hex 39 1 57 22 63 0 42 117 62 11
Octal 71 1 127 42 143 0 102 427 142 21
Binary 111001 1 1010111 100010 1100011 0 1000010 100010111 1100010 10001

Color Harmonies of #390157

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390157

Black with #390157

Text Example


Text Example

White with #390157

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390157; }

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

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

background-color css

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

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

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

border-color css

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

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

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