Html Css Color HEX #390F43 Blackcurrant

📋 copy color: '#390F43'

red 57 ◦ green 15 ◦ blue 67

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

Shades of Blackcurrant #390F43

Tints of Blackcurrant #390F43

RGB

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

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

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

R = 41.01%
G = 10.79%
B = 48.2%

CMYK

 C value IS 0.15

 M value IS 0.78

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#390F43 (or 0x390F43) is known color: Blackcurrant. HEX triplet: 39, 0F and 43. RGB value is (57,15,67). Sum of RGB (Red+Green+Blue) = 57+15+67=139 (18% of max value = 765). Red value is 57 (22.66% from 255 or 41.01% from 139); Green value is 15 (6.25% from 255 or 10.79% from 139); Blue value is 67 (26.56% from 255 or 48.20% from 139); Max value from RGB is 67 - color contains mainly: blue. Hex color #390F43 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390F43 is #C6F0BC. Grayscale: #212121. Windows color (decimal): -13037757 or 4394809. OLE color: 4394809.

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

Color convert

RGB 57 15 67 -
CMYK 0.15 0.78 0 0.74
HSL 288.46º 0.63% 0.16% -
HSV(B) 288.46º 0.78% 0.26% -
XYZ 2.87 1.62 5.47 -
YUV 33.49 146.91 144.77 -
System Red Green Blue C M Y K H S L
Decimal 57 15 67 0.15 0.78 0 0.74 288.46 0.63 0.16
Hex 39 F 43 F 4E 0 4A 120 3F 10
Octal 71 17 103 17 116 0 112 440 77 20
Binary 111001 1111 1000011 1111 1001110 0 1001010 100100000 111111 10000

Color Harmonies of #390F43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390F43

Black with #390F43

Text Example


Text Example

White with #390F43

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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