Html Css Color HEX #390841 Blackcurrant

📋 copy color: '#390841'

red 57 ◦ green 8 ◦ blue 65

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

Shades of Blackcurrant #390841

Tints of Blackcurrant #390841

RGB

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

 GREEN value IS 8 (3.52% from 255) = 6.15%

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

R = 43.85%
G = 6.15%
B = 50%

CMYK

 C value IS 0.12

 M value IS 0.88

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#390841 (or 0x390841) is known color: Blackcurrant. HEX triplet: 39, 08 and 41. RGB value is (57,8,65). Sum of RGB (Red+Green+Blue) = 57+8+65=130 (17% of max value = 765). Red value is 57 (22.66% from 255 or 43.85% from 130); Green value is 8 (3.52% from 255 or 6.15% from 130); Blue value is 65 (25.78% from 255 or 50% from 130); Max value from RGB is 65 - color contains mainly: blue. Hex color #390841 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390841 is #C6F7BE. Grayscale: #1C1C1C. Windows color (decimal): -13039551 or 4261945. OLE color: 4261945.

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

Color convert

RGB 57 8 65 -
CMYK 0.12 0.88 0 0.75
HSL 291.58º 0.78% 0.14% -
HSV(B) 291.58º 0.88% 0.25% -
XYZ 2.73 1.43 5.13 -
YUV 29.15 148.23 147.87 -
System Red Green Blue C M Y K H S L
Decimal 57 8 65 0.12 0.88 0 0.75 291.58 0.78 0.14
Hex 39 8 41 C 58 0 4B 124 4E E
Octal 71 10 101 14 130 0 113 444 116 16
Binary 111001 1000 1000001 1100 1011000 0 1001011 100100100 1001110 1110

Color Harmonies of #390841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390841

Black with #390841

Text Example


Text Example

White with #390841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390841; }

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

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

background-color css

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

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

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

border-color css

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

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

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