Html Css Color HEX #390F41 Blackcurrant

📋 copy color: '#390F41'

red 57 ◦ green 15 ◦ blue 65

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

Shades of Blackcurrant #390F41

Tints of Blackcurrant #390F41

RGB

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

 GREEN value IS 15 (6.25% from 255) = 10.95%

 BLUE value IS 65 (25.78% from 255) = 47.45%

R = 41.61%
G = 10.95%
B = 47.45%

CMYK

 C value IS 0.12

 M value IS 0.77

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#390F41 (or 0x390F41) is known color: Blackcurrant. HEX triplet: 39, 0F and 41. RGB value is (57,15,65). Sum of RGB (Red+Green+Blue) = 57+15+65=137 (18% of max value = 765). Red value is 57 (22.66% from 255 or 41.61% from 137); Green value is 15 (6.25% from 255 or 10.95% from 137); Blue value is 65 (25.78% from 255 or 47.45% from 137); Max value from RGB is 65 - color contains mainly: blue. Hex color #390F41 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390F41 is #C6F0BE. Grayscale: #212121. Windows color (decimal): -13037759 or 4263737. OLE color: 4263737.

HSL color Cylindrical-coordinate representation of color #390F41: hue angle of 290.4º degrees, saturation: 0.62, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #390F41 is Cyan = 0.12, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 57 15 65 -
CMYK 0.12 0.77 0 0.75
HSL 290.4º 0.63% 0.16% -
HSV(B) 290.4º 0.77% 0.25% -
XYZ 2.81 1.59 5.16 -
YUV 33.26 145.91 144.93 -
System Red Green Blue C M Y K H S L
Decimal 57 15 65 0.12 0.77 0 0.75 290.4 0.63 0.16
Hex 39 F 41 C 4D 0 4B 122 3E 10
Octal 71 17 101 14 115 0 113 442 76 20
Binary 111001 1111 1000001 1100 1001101 0 1001011 100100010 111110 10000

Color Harmonies of #390F41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390F41

Black with #390F41

Text Example


Text Example

White with #390F41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,15,65); }

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

background-color css

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

 a { background-color: rgb(57,15,65); }

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

border-color css

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

 span { border-color: rgb(57,15,65); }

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