Html Css Color HEX #390348 Blackcurrant

📋 copy color: '#390348'

red 57 ◦ green 3 ◦ blue 72

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

Shades of Blackcurrant #390348

Tints of Blackcurrant #390348

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.27%

 BLUE value IS 72 (28.52% from 255) = 54.55%

R = 43.18%
G = 2.27%
B = 54.55%

CMYK

 C value IS 0.21

 M value IS 0.96

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#390348 (or 0x390348) is known color: Blackcurrant. HEX triplet: 39, 03 and 48. RGB value is (57,3,72). Sum of RGB (Red+Green+Blue) = 57+3+72=132 (17% of max value = 765). Red value is 57 (22.66% from 255 or 43.18% from 132); Green value is 3 (1.56% from 255 or 2.27% from 132); Blue value is 72 (28.52% from 255 or 54.55% from 132); Max value from RGB is 72 - color contains mainly: blue. Hex color #390348 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390348 is #C6FCB7. Grayscale: #1A1A1A. Windows color (decimal): -13040824 or 4719417. OLE color: 4719417.

HSL color Cylindrical-coordinate representation of color #390348: hue angle of 286.96º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #390348 is Cyan = 0.21, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 57 3 72 -
CMYK 0.21 0.96 0 0.72
HSL 286.96º 0.92% 0.15% -
HSV(B) 286.96º 0.96% 0.28% -
XYZ 2.89 1.4 6.25 -
YUV 27.01 153.39 149.39 -
System Red Green Blue C M Y K H S L
Decimal 57 3 72 0.21 0.96 0 0.72 286.96 0.92 0.15
Hex 39 3 48 15 60 0 48 11F 5C F
Octal 71 3 110 25 140 0 110 437 134 17
Binary 111001 11 1001000 10101 1100000 0 1001000 100011111 1011100 1111

Color Harmonies of #390348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390348

Black with #390348

Text Example


Text Example

White with #390348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390348; }

 p { color: rgb(57,3,72); }

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

background-color css

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

 a { background-color: rgb(57,3,72); }

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

border-color css

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

 span { border-color: rgb(57,3,72); }

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