Html Css Color HEX #390448 Blackcurrant

📋 copy color: '#390448'

red 57 ◦ green 4 ◦ blue 72

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

Shades of Blackcurrant #390448

Tints of Blackcurrant #390448

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.01%

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

R = 42.86%
G = 3.01%
B = 54.14%

CMYK

 C value IS 0.21

 M value IS 0.94

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#390448 (or 0x390448) is known color: Blackcurrant. HEX triplet: 39, 04 and 48. RGB value is (57,4,72). Sum of RGB (Red+Green+Blue) = 57+4+72=133 (17% of max value = 765). Red value is 57 (22.66% from 255 or 42.86% from 133); Green value is 4 (1.95% from 255 or 3.01% from 133); Blue value is 72 (28.52% from 255 or 54.14% from 133); Max value from RGB is 72 - color contains mainly: blue. Hex color #390448 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390448 is #C6FBB7. Grayscale: #1B1B1B. Windows color (decimal): -13040568 or 4719673. OLE color: 4719673.

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

Color convert

RGB 57 4 72 -
CMYK 0.21 0.94 0 0.72
HSL 286.76º 0.89% 0.15% -
HSV(B) 286.76º 0.94% 0.28% -
XYZ 2.9 1.42 6.25 -
YUV 27.6 153.06 148.97 -
System Red Green Blue C M Y K H S L
Decimal 57 4 72 0.21 0.94 0 0.72 286.76 0.89 0.15
Hex 39 4 48 15 5E 0 48 11F 59 F
Octal 71 4 110 25 136 0 110 437 131 17
Binary 111001 100 1001000 10101 1011110 0 1001000 100011111 1011001 1111

Color Harmonies of #390448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390448

Black with #390448

Text Example


Text Example

White with #390448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390448; }

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

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

background-color css

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

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

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

border-color css

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

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

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