Html Css Color HEX #391A42 Blackcurrant

📋 copy color: '#391A42'

red 57 ◦ green 26 ◦ blue 66

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

Shades of Blackcurrant #391A42

Tints of Blackcurrant #391A42

RGB

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

 GREEN value IS 26 (10.55% from 255) = 17.45%

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

R = 38.26%
G = 17.45%
B = 44.3%

CMYK

 C value IS 0.14

 M value IS 0.61

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#391A42 (or 0x391A42) is known color: Blackcurrant. HEX triplet: 39, 1A and 42. RGB value is (57,26,66). Sum of RGB (Red+Green+Blue) = 57+26+66=149 (19% of max value = 765). Red value is 57 (22.66% from 255 or 38.26% from 149); Green value is 26 (10.55% from 255 or 17.45% from 149); Blue value is 66 (26.17% from 255 or 44.30% from 149); Max value from RGB is 66 - color contains mainly: blue. Hex color #391A42 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #391A42 is #C6E5BD. Grayscale: #272727. Windows color (decimal): -13034942 or 4332089. OLE color: 4332089.

HSL color Cylindrical-coordinate representation of color #391A42: hue angle of 286.5º degrees, saturation: 0.43, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #391A42 is Cyan = 0.14, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 57 26 66 -
CMYK 0.14 0.61 0 0.74
HSL 286.5º 0.43% 0.18% -
HSV(B) 286.5º 0.61% 0.26% -
XYZ 3.04 2 5.38 -
YUV 39.83 142.77 140.25 -
System Red Green Blue C M Y K H S L
Decimal 57 26 66 0.14 0.61 0 0.74 286.5 0.43 0.18
Hex 39 1A 42 E 3D 0 4A 11E 2B 12
Octal 71 32 102 16 75 0 112 436 53 22
Binary 111001 11010 1000010 1110 111101 0 1001010 100011110 101011 10010

Color Harmonies of #391A42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #391A42

Black with #391A42

Text Example


Text Example

White with #391A42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #391A42; }

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

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

background-color css

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

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

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

border-color css

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

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

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