Html Css Color HEX #390853 Blackcurrant

📋 copy color: '#390853'

red 57 ◦ green 8 ◦ blue 83

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

Shades of Blackcurrant #390853

Tints of Blackcurrant #390853

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.41%

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

R = 38.51%
G = 5.41%
B = 56.08%

CMYK

 C value IS 0.31

 M value IS 0.90

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#390853 (or 0x390853) is known color: Blackcurrant. HEX triplet: 39, 08 and 53. RGB value is (57,8,83). Sum of RGB (Red+Green+Blue) = 57+8+83=148 (19% of max value = 765). Red value is 57 (22.66% from 255 or 38.51% from 148); Green value is 8 (3.52% from 255 or 5.41% from 148); Blue value is 83 (32.81% from 255 or 56.08% from 148); Max value from RGB is 83 - color contains mainly: blue. Hex color #390853 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #390853 is #C6F7AC. Grayscale: #1E1E1E. Windows color (decimal): -13039533 or 5441593. OLE color: 5441593.

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

Color convert

RGB 57 8 83 -
CMYK 0.31 0.90 0 0.67
HSL 279.2º 0.82% 0.18% -
HSV(B) 279.2º 0.9% 0.33% -
XYZ 3.34 1.67 8.33 -
YUV 31.2 157.23 146.4 -
System Red Green Blue C M Y K H S L
Decimal 57 8 83 0.31 0.90 0 0.67 279.2 0.82 0.18
Hex 39 8 53 1F 5A 0 43 117 52 12
Octal 71 10 123 37 132 0 103 427 122 22
Binary 111001 1000 1010011 11111 1011010 0 1000011 100010111 1010010 10010

Color Harmonies of #390853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390853

Black with #390853

Text Example


Text Example

White with #390853

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390853; }

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

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

background-color css

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

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

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

border-color css

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

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

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