Html Css Color HEX #390C41 Blackcurrant

📋 copy color: '#390C41'

red 57 ◦ green 12 ◦ blue 65

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

Shades of Blackcurrant #390C41

Tints of Blackcurrant #390C41

RGB

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

 GREEN value IS 12 (5.08% from 255) = 8.96%

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

R = 42.54%
G = 8.96%
B = 48.51%

CMYK

 C value IS 0.12

 M value IS 0.82

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#390C41 (or 0x390C41) is known color: Blackcurrant. HEX triplet: 39, 0C and 41. RGB value is (57,12,65). Sum of RGB (Red+Green+Blue) = 57+12+65=134 (17% of max value = 765). Red value is 57 (22.66% from 255 or 42.54% from 134); Green value is 12 (5.08% from 255 or 8.96% from 134); Blue value is 65 (25.78% from 255 or 48.51% from 134); Max value from RGB is 65 - color contains mainly: blue. Hex color #390C41 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390C41 is #C6F3BE. Grayscale: #1F1F1F. Windows color (decimal): -13038527 or 4262969. OLE color: 4262969.

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

Color convert

RGB 57 12 65 -
CMYK 0.12 0.82 0 0.75
HSL 290.94º 0.69% 0.15% -
HSV(B) 290.94º 0.82% 0.25% -
XYZ 2.77 1.51 5.15 -
YUV 31.5 146.91 146.19 -
System Red Green Blue C M Y K H S L
Decimal 57 12 65 0.12 0.82 0 0.75 290.94 0.69 0.15
Hex 39 C 41 C 52 0 4B 123 45 F
Octal 71 14 101 14 122 0 113 443 105 17
Binary 111001 1100 1000001 1100 1010010 0 1001011 100100011 1000101 1111

Color Harmonies of #390C41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390C41

Black with #390C41

Text Example


Text Example

White with #390C41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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