Html Css Color HEX #390148 Blackcurrant

📋 copy color: '#390148'

red 57 ◦ green 1 ◦ blue 72

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

Shades of Blackcurrant #390148

Tints of Blackcurrant #390148

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.77%

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

R = 43.85%
G = 0.77%
B = 55.38%

CMYK

 C value IS 0.21

 M value IS 0.99

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#390148 (or 0x390148) is known color: Blackcurrant. HEX triplet: 39, 01 and 48. RGB value is (57,1,72). Sum of RGB (Red+Green+Blue) = 57+1+72=130 (17% of max value = 765). Red value is 57 (22.66% from 255 or 43.85% from 130); Green value is 1 (0.78% from 255 or 0.77% from 130); Blue value is 72 (28.52% from 255 or 55.38% from 130); Max value from RGB is 72 - color contains mainly: blue. Hex color #390148 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390148 is #C6FEB7. Grayscale: #191919. Windows color (decimal): -13041336 or 4718905. OLE color: 4718905.

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

Color convert

RGB 57 1 72 -
CMYK 0.21 0.99 0 0.72
HSL 287.32º 0.97% 0.14% -
HSV(B) 287.32º 0.99% 0.28% -
XYZ 2.87 1.36 6.24 -
YUV 25.84 154.05 150.23 -
System Red Green Blue C M Y K H S L
Decimal 57 1 72 0.21 0.99 0 0.72 287.32 0.97 0.14
Hex 39 1 48 15 63 0 48 11F 61 E
Octal 71 1 110 25 143 0 110 437 141 16
Binary 111001 1 1001000 10101 1100011 0 1001000 100011111 1100001 1110

Color Harmonies of #390148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390148

Black with #390148

Text Example


Text Example

White with #390148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390148; }

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

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

background-color css

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

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

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

border-color css

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

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

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