Html Css Color HEX #390A53 Blackcurrant

📋 copy color: '#390A53'

red 57 ◦ green 10 ◦ blue 83

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

Shades of Blackcurrant #390A53

Tints of Blackcurrant #390A53

RGB

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

 GREEN value IS 10 (4.3% from 255) = 6.67%

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

R = 38%
G = 6.67%
B = 55.33%

CMYK

 C value IS 0.31

 M value IS 0.88

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#390A53 (or 0x390A53) is known color: Blackcurrant. HEX triplet: 39, 0A and 53. RGB value is (57,10,83). Sum of RGB (Red+Green+Blue) = 57+10+83=150 (19% of max value = 765). Red value is 57 (22.66% from 255 or 38% from 150); Green value is 10 (4.30% from 255 or 6.67% from 150); Blue value is 83 (32.81% from 255 or 55.33% from 150); Max value from RGB is 83 - color contains mainly: blue. Hex color #390A53 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #390A53 is #C6F5AC. Grayscale: #202020. Windows color (decimal): -13039021 or 5442105. OLE color: 5442105.

HSL color Cylindrical-coordinate representation of color #390A53: hue angle of 278.63º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #390A53 is Cyan = 0.31, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 57 10 83 -
CMYK 0.31 0.88 0 0.67
HSL 278.63º 0.78% 0.18% -
HSV(B) 278.63º 0.88% 0.33% -
XYZ 3.36 1.71 8.34 -
YUV 32.38 156.57 145.56 -
System Red Green Blue C M Y K H S L
Decimal 57 10 83 0.31 0.88 0 0.67 278.63 0.78 0.18
Hex 39 A 53 1F 58 0 43 117 4E 12
Octal 71 12 123 37 130 0 103 427 116 22
Binary 111001 1010 1010011 11111 1011000 0 1000011 100010111 1001110 10010

Color Harmonies of #390A53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390A53

Black with #390A53

Text Example


Text Example

White with #390A53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390A53; }

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

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

background-color css

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

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

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

border-color css

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

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

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