Html Css Color HEX #390043 Blackcurrant

📋 copy color: '#390043'

red 57 ◦ green 0 ◦ blue 67

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

Shades of Blackcurrant #390043

Tints of Blackcurrant #390043

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 45.97%
G = 0%
B = 54.03%

CMYK

 C value IS 0.15

 M value IS 1

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#390043 (or 0x390043) is known color: Blackcurrant. HEX triplet: 39, 00 and 43. RGB value is (57,0,67). Sum of RGB (Red+Green+Blue) = 57+0+67=124 (16% of max value = 765). Red value is 57 (22.66% from 255 or 45.97% from 124); Green value is 0 (0.39% from 255 or 0% from 124); Blue value is 67 (26.56% from 255 or 54.03% from 124); Max value from RGB is 67 - color contains mainly: blue. Hex color #390043 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390043 is #C6FFBC. Grayscale: #181818. Windows color (decimal): -13041597 or 4390969. OLE color: 4390969.

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

Color convert

RGB 57 0 67 -
CMYK 0.15 1 0 0.74
HSL 291.04º 1% 0.13% -
HSV(B) 291.04º 1% 0.26% -
XYZ 2.7 1.28 5.41 -
YUV 24.68 151.88 151.05 -
System Red Green Blue C M Y K H S L
Decimal 57 0 67 0.15 1 0 0.74 291.04 1 0.13
Hex 39 0 43 F 64 0 4A 123 64 D
Octal 71 0 103 17 144 0 112 443 144 15
Binary 111001 0 1000011 1111 1100100 0 1001010 100100011 1100100 1101

Color Harmonies of #390043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390043

Black with #390043

Text Example


Text Example

White with #390043

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390043; }

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

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

background-color css

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

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

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

border-color css

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

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

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