Html Css Color HEX #390653 Blackcurrant

📋 copy color: '#390653'

red 57 ◦ green 6 ◦ blue 83

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

Shades of Blackcurrant #390653

Tints of Blackcurrant #390653

RGB

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

 GREEN value IS 6 (2.73% from 255) = 4.11%

 BLUE value IS 83 (32.81% from 255) = 56.85%

R = 39.04%
G = 4.11%
B = 56.85%

CMYK

 C value IS 0.31

 M value IS 0.93

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#390653 (or 0x390653) is known color: Blackcurrant. HEX triplet: 39, 06 and 53. RGB value is (57,6,83). Sum of RGB (Red+Green+Blue) = 57+6+83=146 (19% of max value = 765). Red value is 57 (22.66% from 255 or 39.04% from 146); Green value is 6 (2.73% from 255 or 4.11% from 146); Blue value is 83 (32.81% from 255 or 56.85% from 146); Max value from RGB is 83 - color contains mainly: blue. Hex color #390653 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #390653 is #C6F9AC. Grayscale: #1D1D1D. Windows color (decimal): -13040045 or 5441081. OLE color: 5441081.

HSL color Cylindrical-coordinate representation of color #390653: hue angle of 279.74º degrees, saturation: 0.87, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #390653 is Cyan = 0.31, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 57 6 83 -
CMYK 0.31 0.93 0 0.67
HSL 279.74º 0.87% 0.17% -
HSV(B) 279.74º 0.93% 0.33% -
XYZ 3.31 1.62 8.32 -
YUV 30.03 157.9 147.24 -
System Red Green Blue C M Y K H S L
Decimal 57 6 83 0.31 0.93 0 0.67 279.74 0.87 0.17
Hex 39 6 53 1F 5D 0 43 118 57 11
Octal 71 6 123 37 135 0 103 430 127 21
Binary 111001 110 1010011 11111 1011101 0 1000011 100011000 1010111 10001

Color Harmonies of #390653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390653

Black with #390653

Text Example


Text Example

White with #390653

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390653; }

 p { color: rgb(57,6,83); }

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

background-color css

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

 a { background-color: rgb(57,6,83); }

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

border-color css

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

 span { border-color: rgb(57,6,83); }

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