Html Css Color HEX #390142 Blackcurrant

📋 copy color: '#390142'

red 57 ◦ green 1 ◦ blue 66

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

Shades of Blackcurrant #390142

Tints of Blackcurrant #390142

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.81%

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

R = 45.97%
G = 0.81%
B = 53.23%

CMYK

 C value IS 0.14

 M value IS 0.98

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#390142 (or 0x390142) is known color: Blackcurrant. HEX triplet: 39, 01 and 42. RGB value is (57,1,66). Sum of RGB (Red+Green+Blue) = 57+1+66=124 (16% of max value = 765). Red value is 57 (22.66% from 255 or 45.97% from 124); Green value is 1 (0.78% from 255 or 0.81% from 124); Blue value is 66 (26.17% from 255 or 53.23% from 124); Max value from RGB is 66 - color contains mainly: blue. Hex color #390142 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390142 is #C6FEBD. Grayscale: #181818. Windows color (decimal): -13041342 or 4325689. OLE color: 4325689.

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

Color convert

RGB 57 1 66 -
CMYK 0.14 0.98 0 0.74
HSL 291.69º 0.97% 0.13% -
HSV(B) 291.69º 0.98% 0.26% -
XYZ 2.68 1.28 5.26 -
YUV 25.15 151.05 150.71 -
System Red Green Blue C M Y K H S L
Decimal 57 1 66 0.14 0.98 0 0.74 291.69 0.97 0.13
Hex 39 1 42 E 62 0 4A 124 61 D
Octal 71 1 102 16 142 0 112 444 141 15
Binary 111001 1 1000010 1110 1100010 0 1001010 100100100 1100001 1101

Color Harmonies of #390142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390142

Black with #390142

Text Example


Text Example

White with #390142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390142; }

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

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

background-color css

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

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

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

border-color css

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

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

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