Html Css Color HEX #391442 Blackcurrant

📋 copy color: '#391442'

red 57 ◦ green 20 ◦ blue 66

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

Shades of Blackcurrant #391442

Tints of Blackcurrant #391442

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 46.15%

R = 39.86%
G = 13.99%
B = 46.15%

CMYK

 C value IS 0.14

 M value IS 0.70

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#391442 (or 0x391442) is known color: Blackcurrant. HEX triplet: 39, 14 and 42. RGB value is (57,20,66). Sum of RGB (Red+Green+Blue) = 57+20+66=143 (18% of max value = 765). Red value is 57 (22.66% from 255 or 39.86% from 143); Green value is 20 (8.20% from 255 or 13.99% from 143); Blue value is 66 (26.17% from 255 or 46.15% from 143); Max value from RGB is 66 - color contains mainly: blue. Hex color #391442 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #391442 is #C6EBBD. Grayscale: #242424. Windows color (decimal): -13036478 or 4330553. OLE color: 4330553.

HSL color Cylindrical-coordinate representation of color #391442: hue angle of 288.26º degrees, saturation: 0.53, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #391442 is Cyan = 0.14, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 57 20 66 -
CMYK 0.14 0.70 0 0.74
HSL 288.26º 0.53% 0.17% -
HSV(B) 288.26º 0.7% 0.26% -
XYZ 2.92 1.76 5.34 -
YUV 36.31 144.76 142.76 -
System Red Green Blue C M Y K H S L
Decimal 57 20 66 0.14 0.70 0 0.74 288.26 0.53 0.17
Hex 39 14 42 E 46 0 4A 120 35 11
Octal 71 24 102 16 106 0 112 440 65 21
Binary 111001 10100 1000010 1110 1000110 0 1001010 100100000 110101 10001

Color Harmonies of #391442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #391442

Black with #391442

Text Example


Text Example

White with #391442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #391442; }

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

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

background-color css

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

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

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

border-color css

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

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

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