Html Css Color HEX #391448 Blackcurrant

📋 copy color: '#391448'

red 57 ◦ green 20 ◦ blue 72

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

Shades of Blackcurrant #391448

Tints of Blackcurrant #391448

RGB

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

 GREEN value IS 20 (8.2% from 255) = 13.42%

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

R = 38.26%
G = 13.42%
B = 48.32%

CMYK

 C value IS 0.21

 M value IS 0.72

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#391448 (or 0x391448) is known color: Blackcurrant. HEX triplet: 39, 14 and 48. RGB value is (57,20,72). Sum of RGB (Red+Green+Blue) = 57+20+72=149 (19% of max value = 765). Red value is 57 (22.66% from 255 or 38.26% from 149); Green value is 20 (8.20% from 255 or 13.42% from 149); Blue value is 72 (28.52% from 255 or 48.32% from 149); Max value from RGB is 72 - color contains mainly: blue. Hex color #391448 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #391448 is #C6EBB7. Grayscale: #242424. Windows color (decimal): -13036472 or 4723769. OLE color: 4723769.

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

Color convert

RGB 57 20 72 -
CMYK 0.21 0.72 0 0.72
HSL 282.69º 0.57% 0.18% -
HSV(B) 282.69º 0.72% 0.28% -
XYZ 3.11 1.84 6.32 -
YUV 36.99 147.76 142.27 -
System Red Green Blue C M Y K H S L
Decimal 57 20 72 0.21 0.72 0 0.72 282.69 0.57 0.18
Hex 39 14 48 15 48 0 48 11B 39 12
Octal 71 24 110 25 110 0 110 433 71 22
Binary 111001 10100 1001000 10101 1001000 0 1001000 100011011 111001 10010

Color Harmonies of #391448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #391448

Black with #391448

Text Example


Text Example

White with #391448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #391448; }

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

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

background-color css

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

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

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

border-color css

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

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

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