Html Css Color HEX #390242 Blackcurrant

📋 copy color: '#390242'

red 57 ◦ green 2 ◦ blue 66

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

Shades of Blackcurrant #390242

Tints of Blackcurrant #390242

RGB

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

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

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

R = 45.6%
G = 1.6%
B = 52.8%

CMYK

 C value IS 0.14

 M value IS 0.97

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#390242 (or 0x390242) is known color: Blackcurrant. HEX triplet: 39, 02 and 42. RGB value is (57,2,66). Sum of RGB (Red+Green+Blue) = 57+2+66=125 (16% of max value = 765). Red value is 57 (22.66% from 255 or 45.6% from 125); Green value is 2 (1.17% from 255 or 1.6% from 125); Blue value is 66 (26.17% from 255 or 52.8% from 125); Max value from RGB is 66 - color contains mainly: blue. Hex color #390242 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390242 is #C6FDBD. Grayscale: #191919. Windows color (decimal): -13041086 or 4325945. OLE color: 4325945.

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

Color convert

RGB 57 2 66 -
CMYK 0.14 0.97 0 0.74
HSL 291.56º 0.94% 0.13% -
HSV(B) 291.56º 0.97% 0.26% -
XYZ 2.69 1.31 5.26 -
YUV 25.74 150.72 150.3 -
System Red Green Blue C M Y K H S L
Decimal 57 2 66 0.14 0.97 0 0.74 291.56 0.94 0.13
Hex 39 2 42 E 61 0 4A 124 5E D
Octal 71 2 102 16 141 0 112 444 136 15
Binary 111001 10 1000010 1110 1100001 0 1001010 100100100 1011110 1101

Color Harmonies of #390242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390242

Black with #390242

Text Example


Text Example

White with #390242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390242; }

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

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

background-color css

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

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

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

border-color css

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

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

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