Html Css Color HEX #390045 Blackcurrant

📋 copy color: '#390045'

red 57 ◦ green 0 ◦ blue 69

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

Shades of Blackcurrant #390045

Tints of Blackcurrant #390045

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 54.76%

R = 45.24%
G = 0%
B = 54.76%

CMYK

 C value IS 0.17

 M value IS 1

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#390045 (or 0x390045) is known color: Blackcurrant. HEX triplet: 39, 00 and 45. RGB value is (57,0,69). Sum of RGB (Red+Green+Blue) = 57+0+69=126 (16% of max value = 765). Red value is 57 (22.66% from 255 or 45.24% from 126); Green value is 0 (0.39% from 255 or 0% from 126); Blue value is 69 (27.34% from 255 or 54.76% from 126); Max value from RGB is 69 - color contains mainly: blue. Hex color #390045 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390045 is #C6FFBA. Grayscale: #181818. Windows color (decimal): -13041595 or 4522041. OLE color: 4522041.

HSL color Cylindrical-coordinate representation of color #390045: hue angle of 289.57º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 1%. Process color model (Four color, CMYK) of #390045 is Cyan = 0.17, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 57 0 69 -
CMYK 0.17 1 0 0.73
HSL 289.57º 1% 0.14% -
HSV(B) 289.57º 1% 0.27% -
XYZ 2.76 1.3 5.74 -
YUV 24.91 152.88 150.89 -
System Red Green Blue C M Y K H S L
Decimal 57 0 69 0.17 1 0 0.73 289.57 1 0.14
Hex 39 0 45 11 64 0 49 122 64 E
Octal 71 0 105 21 144 0 111 442 144 16
Binary 111001 0 1000101 10001 1100100 0 1001001 100100010 1100100 1110

Color Harmonies of #390045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390045

Black with #390045

Text Example


Text Example

White with #390045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390045; }

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

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

background-color css

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

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

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

border-color css

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

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

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