Html Css Color HEX #391348 Blackcurrant

📋 copy color: '#391348'

red 57 ◦ green 19 ◦ blue 72

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

Shades of Blackcurrant #391348

Tints of Blackcurrant #391348

RGB

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

 GREEN value IS 19 (7.81% from 255) = 12.84%

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

R = 38.51%
G = 12.84%
B = 48.65%

CMYK

 C value IS 0.21

 M value IS 0.74

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#391348 (or 0x391348) is known color: Blackcurrant. HEX triplet: 39, 13 and 48. RGB value is (57,19,72). Sum of RGB (Red+Green+Blue) = 57+19+72=148 (19% of max value = 765). Red value is 57 (22.66% from 255 or 38.51% from 148); Green value is 19 (7.81% from 255 or 12.84% from 148); Blue value is 72 (28.52% from 255 or 48.65% from 148); Max value from RGB is 72 - color contains mainly: blue. Hex color #391348 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #391348 is #C6ECB7. Grayscale: #242424. Windows color (decimal): -13036728 or 4723513. OLE color: 4723513.

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

Color convert

RGB 57 19 72 -
CMYK 0.21 0.74 0 0.72
HSL 283.02º 0.58% 0.18% -
HSV(B) 283.02º 0.74% 0.28% -
XYZ 3.09 1.8 6.32 -
YUV 36.4 148.09 142.69 -
System Red Green Blue C M Y K H S L
Decimal 57 19 72 0.21 0.74 0 0.72 283.02 0.58 0.18
Hex 39 13 48 15 4A 0 48 11B 3A 12
Octal 71 23 110 25 112 0 110 433 72 22
Binary 111001 10011 1001000 10101 1001010 0 1001000 100011011 111010 10010

Color Harmonies of #391348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #391348

Black with #391348

Text Example


Text Example

White with #391348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #391348; }

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

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

background-color css

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

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

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

border-color css

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

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

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