Html Css Color HEX #390243 Blackcurrant

📋 copy color: '#390243'

red 57 ◦ green 2 ◦ blue 67

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

Shades of Blackcurrant #390243

Tints of Blackcurrant #390243

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 53.17%

R = 45.24%
G = 1.59%
B = 53.17%

CMYK

 C value IS 0.15

 M value IS 0.97

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#390243 (or 0x390243) is known color: Blackcurrant. HEX triplet: 39, 02 and 43. RGB value is (57,2,67). Sum of RGB (Red+Green+Blue) = 57+2+67=126 (16% of max value = 765). Red value is 57 (22.66% from 255 or 45.24% from 126); Green value is 2 (1.17% from 255 or 1.59% from 126); Blue value is 67 (26.56% from 255 or 53.17% from 126); Max value from RGB is 67 - color contains mainly: blue. Hex color #390243 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390243 is #C6FDBC. Grayscale: #191919. Windows color (decimal): -13041085 or 4391481. OLE color: 4391481.

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

Color convert

RGB 57 2 67 -
CMYK 0.15 0.97 0 0.74
HSL 290.77º 0.94% 0.14% -
HSV(B) 290.77º 0.97% 0.26% -
XYZ 2.72 1.32 5.42 -
YUV 25.86 151.22 150.21 -
System Red Green Blue C M Y K H S L
Decimal 57 2 67 0.15 0.97 0 0.74 290.77 0.94 0.14
Hex 39 2 43 F 61 0 4A 123 5E E
Octal 71 2 103 17 141 0 112 443 136 16
Binary 111001 10 1000011 1111 1100001 0 1001010 100100011 1011110 1110

Color Harmonies of #390243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390243

Black with #390243

Text Example


Text Example

White with #390243

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390243; }

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

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

background-color css

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

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

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

border-color css

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

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

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