Html Css Color HEX #390053 Blackcurrant

📋 copy color: '#390053'

red 57 ◦ green 0 ◦ blue 83

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

Shades of Blackcurrant #390053

Tints of Blackcurrant #390053

RGB

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

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

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

R = 40.71%
G = 0%
B = 59.29%

CMYK

 C value IS 0.31

 M value IS 1

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#390053 (or 0x390053) is known color: Blackcurrant. HEX triplet: 39, 00 and 53. RGB value is (57,0,83). Sum of RGB (Red+Green+Blue) = 57+0+83=140 (18% of max value = 765). Red value is 57 (22.66% from 255 or 40.71% from 140); Green value is 0 (0.39% from 255 or 0% from 140); Blue value is 83 (32.81% from 255 or 59.29% from 140); Max value from RGB is 83 - color contains mainly: blue. Hex color #390053 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #390053 is #C6FFAC. Grayscale: #1A1A1A. Windows color (decimal): -13041581 or 5439545. OLE color: 5439545.

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

Color convert

RGB 57 0 83 -
CMYK 0.31 1 0 0.67
HSL 281.2º 1% 0.16% -
HSV(B) 281.2º 1% 0.33% -
XYZ 3.25 1.49 8.3 -
YUV 26.51 159.88 149.75 -
System Red Green Blue C M Y K H S L
Decimal 57 0 83 0.31 1 0 0.67 281.2 1 0.16
Hex 39 0 53 1F 64 0 43 119 64 10
Octal 71 0 123 37 144 0 103 431 144 20
Binary 111001 0 1010011 11111 1100100 0 1000011 100011001 1100100 10000

Color Harmonies of #390053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390053

Black with #390053

Text Example


Text Example

White with #390053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390053; }

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

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

background-color css

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

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

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

border-color css

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

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

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