Html Css Color HEX #390241 Blackcurrant

📋 copy color: '#390241'

red 57 ◦ green 2 ◦ blue 65

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

Shades of Blackcurrant #390241

Tints of Blackcurrant #390241

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.61%

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

R = 45.97%
G = 1.61%
B = 52.42%

CMYK

 C value IS 0.12

 M value IS 0.97

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#390241 (or 0x390241) is known color: Blackcurrant. HEX triplet: 39, 02 and 41. RGB value is (57,2,65). Sum of RGB (Red+Green+Blue) = 57+2+65=124 (16% of max value = 765). Red value is 57 (22.66% from 255 or 45.97% from 124); Green value is 2 (1.17% from 255 or 1.61% from 124); Blue value is 65 (25.78% from 255 or 52.42% from 124); Max value from RGB is 65 - color contains mainly: blue. Hex color #390241 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390241 is #C6FDBE. Grayscale: #191919. Windows color (decimal): -13041087 or 4260409. OLE color: 4260409.

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

Color convert

RGB 57 2 65 -
CMYK 0.12 0.97 0 0.75
HSL 292.38º 0.94% 0.13% -
HSV(B) 292.38º 0.97% 0.25% -
XYZ 2.66 1.29 5.11 -
YUV 25.63 150.22 150.38 -
System Red Green Blue C M Y K H S L
Decimal 57 2 65 0.12 0.97 0 0.75 292.38 0.94 0.13
Hex 39 2 41 C 61 0 4B 124 5E D
Octal 71 2 101 14 141 0 113 444 136 15
Binary 111001 10 1000001 1100 1100001 0 1001011 100100100 1011110 1101

Color Harmonies of #390241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390241

Black with #390241

Text Example


Text Example

White with #390241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390241; }

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

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

background-color css

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

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

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

border-color css

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

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

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