Html Css Color HEX #390E41 Blackcurrant

📋 copy color: '#390E41'

red 57 ◦ green 14 ◦ blue 65

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

Shades of Blackcurrant #390E41

Tints of Blackcurrant #390E41

RGB

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

 GREEN value IS 14 (5.86% from 255) = 10.29%

 BLUE value IS 65 (25.78% from 255) = 47.79%

R = 41.91%
G = 10.29%
B = 47.79%

CMYK

 C value IS 0.12

 M value IS 0.78

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#390E41 (or 0x390E41) is known color: Blackcurrant. HEX triplet: 39, 0E and 41. RGB value is (57,14,65). Sum of RGB (Red+Green+Blue) = 57+14+65=136 (18% of max value = 765). Red value is 57 (22.66% from 255 or 41.91% from 136); Green value is 14 (5.86% from 255 or 10.29% from 136); Blue value is 65 (25.78% from 255 or 47.79% from 136); Max value from RGB is 65 - color contains mainly: blue. Hex color #390E41 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390E41 is #C6F1BE. Grayscale: #202020. Windows color (decimal): -13038015 or 4263481. OLE color: 4263481.

HSL color Cylindrical-coordinate representation of color #390E41: hue angle of 290.59º degrees, saturation: 0.65, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #390E41 is Cyan = 0.12, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 57 14 65 -
CMYK 0.12 0.78 0 0.75
HSL 290.59º 0.65% 0.15% -
HSV(B) 290.59º 0.78% 0.25% -
XYZ 2.8 1.57 5.16 -
YUV 32.67 146.25 145.35 -
System Red Green Blue C M Y K H S L
Decimal 57 14 65 0.12 0.78 0 0.75 290.59 0.65 0.15
Hex 39 E 41 C 4E 0 4B 123 41 F
Octal 71 16 101 14 116 0 113 443 101 17
Binary 111001 1110 1000001 1100 1001110 0 1001011 100100011 1000001 1111

Color Harmonies of #390E41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390E41

Black with #390E41

Text Example


Text Example

White with #390E41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390E41; }

 p { color: rgb(57,14,65); }

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

background-color css

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

 a { background-color: rgb(57,14,65); }

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

border-color css

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

 span { border-color: rgb(57,14,65); }

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