Html Css Color HEX #390B45 Blackcurrant

📋 copy color: '#390B45'

red 57 ◦ green 11 ◦ blue 69

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

Shades of Blackcurrant #390B45

Tints of Blackcurrant #390B45

RGB

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

 GREEN value IS 11 (4.69% from 255) = 8.03%

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

R = 41.61%
G = 8.03%
B = 50.36%

CMYK

 C value IS 0.17

 M value IS 0.84

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#390B45 (or 0x390B45) is known color: Blackcurrant. HEX triplet: 39, 0B and 45. RGB value is (57,11,69). Sum of RGB (Red+Green+Blue) = 57+11+69=137 (18% of max value = 765). Red value is 57 (22.66% from 255 or 41.61% from 137); Green value is 11 (4.69% from 255 or 8.03% from 137); Blue value is 69 (27.34% from 255 or 50.36% from 137); Max value from RGB is 69 - color contains mainly: blue. Hex color #390B45 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390B45 is #C6F4BA. Grayscale: #1F1F1F. Windows color (decimal): -13038779 or 4524857. OLE color: 4524857.

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

Color convert

RGB 57 11 69 -
CMYK 0.17 0.84 0 0.73
HSL 287.59º 0.73% 0.16% -
HSV(B) 287.59º 0.84% 0.27% -
XYZ 2.88 1.54 5.78 -
YUV 31.37 149.24 146.28 -
System Red Green Blue C M Y K H S L
Decimal 57 11 69 0.17 0.84 0 0.73 287.59 0.73 0.16
Hex 39 B 45 11 54 0 49 120 48 10
Octal 71 13 105 21 124 0 111 440 110 20
Binary 111001 1011 1000101 10001 1010100 0 1001001 100100000 1001000 10000

Color Harmonies of #390B45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390B45

Black with #390B45

Text Example


Text Example

White with #390B45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390B45; }

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

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

background-color css

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

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

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

border-color css

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

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

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